Changeset ac6113 in git


Ignore:
Timestamp:
Jan 6, 2014, 1:38:46 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
934c1d24d97a62c26be02e824450fb11eeb550ea
Parents:
8ac1a5075a4f579c1885eb1369f888251095539e
Message:
fix: version numbers, removed S_VERSION1
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    r8ac1a5 rac6113  
    9090"Bug occured at %s:%d\n"
    9191"Message: %s\n"
    92 "Version: " S_UNAME S_VERSION1 __DATE__ __TIME__,
     92"Version: " S_UNAME VERSION __DATE__ __TIME__,
    9393        file, line, msg);
    9494
  • Singular/feOpt.cc

    r8ac1a5 rac6113  
    355355  printf("ESingular: A Program that starts-up Singular within emacs, for\n");
    356356#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);
    358358  printf("   %s [options] [file1 [file2 ...]]\n", name);
    359359  printf("Options:\n");
  • Singular/misc_ip.cc

    r8ac1a5 rac6113  
    787787  StringSetS("");
    788788  StringAppend("Singular for %s version %s (%s, %d bit) %s #%s",
    789                S_UNAME, S_VERSION1, // SINGULAR_VERSION,
     789               S_UNAME, VERSION, // SINGULAR_VERSION,
    790790               PACKAGE_VERSION, SIZEOF_VOIDP*8, singular_date, GIT_VERSION);
    791791  StringAppendS("\nwith\n\t");
  • factory/configure.ac

    r8ac1a5 rac6113  
    1313# - initialisation.
    1414#
    15 AC_INIT([factory], [3.1.3])
     15AC_INIT([factory], [4.0.0])
    1616AC_CONFIG_SRCDIR(canonicalform.cc)
    1717AC_CONFIG_MACRO_DIR([../m4])
  • kernel/mod2.h

    r8ac1a5 rac6113  
    2323#define SINGULAR_SUB_VERSION 0
    2424#define S_ROOT_DIR ""
    25 
    26 /* Define version date as a string - temporarily*/
    27 #define S_VERSION2 ""
    2825
    2926/*******************************************************************
  • libpolys/misc/auxiliary.h.in

    r8ac1a5 rac6113  
    7373
    7474// TODO: the following should go to some config.h... no?
    75 
    76 /* Define version as a string */
    77 #ifndef S_VERSION1
    78 #define S_VERSION1 "spielwiese"
    79 #endif
    8075
    8176/* Absolute pathname of root directory of Singular source */
  • resources/configure.ac

    r8ac1a5 rac6113  
    1 AC_INIT([libresources], [3.1.4.sw])
     1AC_INIT([libresources], [4.0.0])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
Note: See TracChangeset for help on using the changeset viewer.