Changeset 754f11 in git


Ignore:
Timestamp:
Oct 5, 2014, 5:45:42 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e1f7b90928acd7361bde9165ba1f8a5a8b541fc3
Parents:
9dbaf342753ff78d640fe88a511c28a0d1ad1374
Message:
version stuff: use SINGULAR_VERSION
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r9dbaf34 r754f11  
    787787  StringAppend("Singular for %s version %s (%s, %d bit) %s #%s",
    788788               S_UNAME, VERSION, // SINGULAR_VERSION,
    789                PACKAGE_VERSION, SIZEOF_VOIDP*8, singular_date, GIT_VERSION);
     789               SINGULAR_VERSION, SIZEOF_VOIDP*8, singular_date, GIT_VERSION);
    790790  StringAppendS("\nwith\n\t");
    791791
  • doc/changes_in_singular4.texi

    r9dbaf34 r754f11  
    2929@sc{Singular} does also have "inofficiall" build orginating from
    3030a code version between "officiall" version: such builds display
    31 "Develpment version a-b-c" in the header while "official" versions
    32 show "version a-b-c". Also the manual describes version a-b-c.
     31"Development version a.b.c" in the header while "official" versions
     32show "version a.b.c". Also the manual describes version a-b-c.
    3333To get the complete version number, use
    3434@code{system("version");} or use @code{SINGULAR_VERSION} in C.
    35 
    36      
    37 
    38 
    3935
    4036@c ---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.