Changeset ac6113 in git
- Timestamp:
- Jan 6, 2014, 1:38:46 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 934c1d24d97a62c26be02e824450fb11eeb550ea
- Parents:
- 8ac1a5075a4f579c1885eb1369f888251095539e
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/emacs.cc
r8ac1a5 rac6113 90 90 "Bug occured at %s:%d\n" 91 91 "Message: %s\n" 92 "Version: " S_UNAME S_VERSION1__DATE__ __TIME__,92 "Version: " S_UNAME VERSION __DATE__ __TIME__, 93 93 file, line, msg); 94 94 -
Singular/feOpt.cc
r8ac1a5 rac6113 355 355 printf("ESingular: A Program that starts-up Singular within emacs, for\n"); 356 356 #endif 357 printf("Singular version %s -- a CAS for polynomial computations. Usage:\n", S_VERSION1);357 printf("Singular version %s -- a CAS for polynomial computations. Usage:\n", VERSION); 358 358 printf(" %s [options] [file1 [file2 ...]]\n", name); 359 359 printf("Options:\n"); -
Singular/misc_ip.cc
r8ac1a5 rac6113 787 787 StringSetS(""); 788 788 StringAppend("Singular for %s version %s (%s, %d bit) %s #%s", 789 S_UNAME, S_VERSION1, // SINGULAR_VERSION,789 S_UNAME, VERSION, // SINGULAR_VERSION, 790 790 PACKAGE_VERSION, SIZEOF_VOIDP*8, singular_date, GIT_VERSION); 791 791 StringAppendS("\nwith\n\t"); -
factory/configure.ac
r8ac1a5 rac6113 13 13 # - initialisation. 14 14 # 15 AC_INIT([factory], [ 3.1.3])15 AC_INIT([factory], [4.0.0]) 16 16 AC_CONFIG_SRCDIR(canonicalform.cc) 17 17 AC_CONFIG_MACRO_DIR([../m4]) -
kernel/mod2.h
r8ac1a5 rac6113 23 23 #define SINGULAR_SUB_VERSION 0 24 24 #define S_ROOT_DIR "" 25 26 /* Define version date as a string - temporarily*/27 #define S_VERSION2 ""28 25 29 26 /******************************************************************* -
libpolys/misc/auxiliary.h.in
r8ac1a5 rac6113 73 73 74 74 // TODO: the following should go to some config.h... no? 75 76 /* Define version as a string */77 #ifndef S_VERSION178 #define S_VERSION1 "spielwiese"79 #endif80 75 81 76 /* Absolute pathname of root directory of Singular source */ -
resources/configure.ac
r8ac1a5 rac6113 1 AC_INIT([libresources], [ 3.1.4.sw])1 AC_INIT([libresources], [4.0.0]) 2 2 3 3 AC_CONFIG_MACRO_DIR([../m4])
Note: See TracChangeset
for help on using the changeset viewer.