Changeset 59334c in git
- Timestamp:
- May 3, 2006, 5:17:22 PM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 241104a688e81a107dfd9a62968ed8ec1eec394d
- Parents:
- d4f80cd181fd2f1f367dd3588aaebf8882f5f02f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/configure
rd4f80c r59334c 579 579 # Do not change version here!!! 580 580 # 581 factory_version="3.0. 1"581 factory_version="3.0.2" 582 582 factory_configuration="'$ac_configure_args' in `pwd`" 583 583 -
factory/configure.in
rd4f80c r59334c 1 1 dnl # emacs edit mode for this file is -*- sh -*- 2 dnl # $Id: configure.in,v 1.4 3 2005-10-17 16:39:17Singular Exp $2 dnl # $Id: configure.in,v 1.44 2006-05-03 15:17:21 Singular Exp $ 3 3 4 4 dnl # … … 13 13 # - initialisation. 14 14 # 15 AC_REVISION($Id: configure.in,v 1.4 3 2005-10-17 16:39:17Singular Exp $)15 AC_REVISION($Id: configure.in,v 1.44 2006-05-03 15:17:21 Singular Exp $) 16 16 AC_INIT(canonicalform.cc) 17 17 AC_CONFIG_HEADER(config.h) … … 25 25 dnl # preceding lines. 26 26 dnl # 27 factory_version="3.0. 1"27 factory_version="3.0.2" 28 28 factory_configuration="'$ac_configure_args' in `pwd`" 29 29 -
libfac/configure
rd4f80c r59334c 534 534 libfac_name="\"Factorization and characteristic sets library\"" 535 535 536 libfac_version="3.0. 1"537 538 libfac_date="\" Feb2006\""536 libfac_version="3.0.2" 537 538 libfac_date="\"May 2006\"" 539 539 540 540 libfac_author="\"M. Messollen\"" -
libfac/configure.in
rd4f80c r59334c 15 15 libfac_name="\"Factorization and characteristic sets library\"" 16 16 AC_SUBST(libfac_version) 17 libfac_version="3.0. 1"17 libfac_version="3.0.2" 18 18 AC_SUBST(libfac_date) 19 libfac_date="\" Feb2006\""19 libfac_date="\"May 2006\"" 20 20 AC_SUBST(libfac_author) 21 21 libfac_author="\"M. Messollen\""
Note: See TracChangeset
for help on using the changeset viewer.