Changeset 73624c6 in git


Ignore:
Timestamp:
Apr 7, 2011, 4:30:58 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
cdec339887c6043f1143e8edd66e4e45ad93bf0a
Parents:
623a7dba09db2ffb23fd6e530c224403b51ce15b
Message:
version 3-1-3

git-svn-id: file:///usr/local/Singular/svn/trunk@14113 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfac/configure

    r623a7d r73624c6  
    530530libfac_name="\"Factorization and characteristic sets library\""
    531531
    532 libfac_version="3.1.2"
     532libfac_version="3.1.3"
    533533cat >> confdefs.h <<EOF
    534534#define LIBFAC_VERSION "$libfac_version"
     
    536536
    537537
    538 libfac_date="\"Oct 2010\""
     538libfac_date="\"March 2011\""
    539539cat >> confdefs.h <<EOF
    540540#define LIBFAC_DATE $libfac_date
  • libfac/configure.in

    r623a7d r73624c6  
    1515libfac_name="\"Factorization and characteristic sets library\""
    1616AC_SUBST(libfac_name)
    17 libfac_version="3.1.2"
     17libfac_version="3.1.3"
    1818AC_DEFINE_UNQUOTED(LIBFAC_VERSION,"$libfac_version")
    1919AC_SUBST(libfac_version)
    20 libfac_date="\"Oct 2010\""
     20libfac_date="\"March 2011\""
    2121AC_DEFINE_UNQUOTED(LIBFAC_DATE,$libfac_date)
    2222AC_SUBST(libfac_date)
Note: See TracChangeset for help on using the changeset viewer.