Changeset 73624c6 in git
- Timestamp:
- Apr 7, 2011, 4:30:58 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cdec339887c6043f1143e8edd66e4e45ad93bf0a
- Parents:
- 623a7dba09db2ffb23fd6e530c224403b51ce15b
- Location:
- libfac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/configure
r623a7d r73624c6 530 530 libfac_name="\"Factorization and characteristic sets library\"" 531 531 532 libfac_version="3.1. 2"532 libfac_version="3.1.3" 533 533 cat >> confdefs.h <<EOF 534 534 #define LIBFAC_VERSION "$libfac_version" … … 536 536 537 537 538 libfac_date="\" Oct 2010\""538 libfac_date="\"March 2011\"" 539 539 cat >> confdefs.h <<EOF 540 540 #define LIBFAC_DATE $libfac_date -
libfac/configure.in
r623a7d r73624c6 15 15 libfac_name="\"Factorization and characteristic sets library\"" 16 16 AC_SUBST(libfac_name) 17 libfac_version="3.1. 2"17 libfac_version="3.1.3" 18 18 AC_DEFINE_UNQUOTED(LIBFAC_VERSION,"$libfac_version") 19 19 AC_SUBST(libfac_version) 20 libfac_date="\" Oct 2010\""20 libfac_date="\"March 2011\"" 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.