Changeset 15982ed in git
- Timestamp:
- Mar 3, 2010, 12:33:47 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 9fda8098fc505f72b3e5041b8a00a7c9a8c1ac50
- Parents:
- 077a98734d179bf9fc4d5f6804aea6bec27657bc
- Location:
- libfac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/configure
r077a98 r15982ed 534 534 libfac_name="\"Factorization and characteristic sets library\"" 535 535 536 libfac_version="3.1. 0"536 libfac_version="3.1.1" 537 537 cat >> confdefs.h <<EOF 538 538 #define LIBFAC_VERSION "$libfac_version" … … 540 540 541 541 542 libfac_date="\" Aug 2008\""542 libfac_date="\"Feb 2010\"" 543 543 cat >> confdefs.h <<EOF 544 544 #define LIBFAC_DATE $libfac_date -
libfac/configure.in
r077a98 r15982ed 15 15 libfac_name="\"Factorization and characteristic sets library\"" 16 16 AC_SUBST(libfac_name) 17 libfac_version="3.1. 0"17 libfac_version="3.1.1" 18 18 AC_DEFINE_UNQUOTED(LIBFAC_VERSION,"$libfac_version") 19 19 AC_SUBST(libfac_version) 20 libfac_date="\" Aug 2008\""20 libfac_date="\"Feb 2010\"" 21 21 AC_DEFINE_UNQUOTED(LIBFAC_DATE,$libfac_date) 22 22 AC_SUBST(libfac_date)
Note: See TracChangeset
for help on using the changeset viewer.