"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "oscar-5.1rc1/VERSION" of archive oscar-base-5.1rc1.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # This is the VERSION file for OSCAR, describing the precise
    2 # version of OSCAR in this distribution.  The various components of
    3 # the version number below are combined to form a single version
    4 # number string.
    5 
    6 # major, minor, and release are generally combined in the form
    7 # <major>.<minor>.<release>.  If release is zero, then it is omitted.
    8 
    9 major=5
   10 minor=1
   11 release=0
   12 
   13 # greek is used for alpha or beta release tags.  If it is non-empty,
   14 # it will be appended to the version number.  It does not have to be
   15 # numeric.  Common examples include a1 (alpha release 1),
   16 # b1 (beta release 1), sc2005 (Super Computing 2005 release).  The
   17 # only requirement is that it must be entirely printable ASCII 
   18 # characters and have no white space.
   19 
   20 greek=rc1
   21 
   22 # If want_svn=1, then the SVN r number will be included in the overall
   23 # OSCAR version number in some form.
   24 
   25 want_svn=0
   26 
   27 # If svn_r=-1, then the SVN r number will be obtained dynamically at
   28 # run time, either 1) via the "svnversion" command (if this is a
   29 # Subversion checkout) in the form "r<svn_r>", or b) with the date (if
   30 # this is not a Subversion checkout, and the svnversion command cannot
   31 # be used) in the form of "svn<date>".  Alternatively, if svn_r is not
   32 # -1, the value of svn_r will be directly appended to the version
   33 # string.  This happens during "make dist", for example: if the
   34 # distribution tarball is being made from an SVN checkout, the value
   35 # of svn_r in this file is replaced with the output of "svnversion".
   36 
   37 svn_r=-1