File: version.sh

package info (click to toggle)
clisp 1%3A2.49.20250504.gitf662209-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 57,732 kB
  • sloc: lisp: 124,909; ansic: 83,890; xml: 27,431; sh: 11,077; fortran: 7,307; makefile: 1,456; perl: 164; sed: 13
file content (8 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Version number and release date.
# VERSION_NUMBER should be
#  = MAJOR.MINOR for release,
#  = MAJOR.MINOR+ for development after MAJOR.MINOR, and
#  = MAJOR.MINOR++ for pretest (becomes (MINOR+1) on release)
# RELEASE_DATE should be the date when VERSION_NUMBER was modified.
VERSION_NUMBER=2.49.95+
RELEASE_DATE=2024-11-03         # in "date +%F" format