Changeset 6434aa9 in git
- Timestamp:
- Aug 22, 2001, 4:36:37 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f299facd1825ad4aaf3bc53207a5cfcb6892f886
- Parents:
- 72a88c4530caa33c125d6c39f6a6d78f00065e02
- Location:
- libfac
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/ChangeLog
r72a88c r6434aa9 1 Wed Aug 22 16:35:00 CEST 2001 Hans Schoenemann <hannes@mathematik.uni-kl.de> 2 * HAVE_SINGULAR_ERROR/NOSTREAMIO handling in configure 3 * search for main var in Factorize 4 * code clean up 5 1 6 Thu Jun 28 18:27:55 CEST 2001 Hans Schoenemann <hannes@mathematik.uni-kl.de> 2 7 -
libfac/configure
r72a88c r6434aa9 534 534 libfac_name="\"Factorization and characteristic sets library\"" 535 535 536 libfac_version="0.3. 2"537 538 libfac_date="\" Jan 312001\""536 libfac_version="0.3.3" 537 538 libfac_date="\"Aug 22 2001\"" 539 539 540 540 libfac_author="\"M. Messollen\"" -
libfac/configure.in
r72a88c r6434aa9 15 15 libfac_name="\"Factorization and characteristic sets library\"" 16 16 AC_SUBST(libfac_version) 17 libfac_version="0.3. 2"17 libfac_version="0.3.3" 18 18 AC_SUBST(libfac_date) 19 libfac_date="\" Jan 312001\""19 libfac_date="\"Aug 22 2001\"" 20 20 AC_SUBST(libfac_author) 21 21 libfac_author="\"M. Messollen\"" -
libfac/factor/version.cc
r72a88c r6434aa9 2 2 /////////////////////////////////////////////////////////////////////////////// 3 3 // emacs edit mode for this file is -*- C++ -*- 4 // $Id: version.cc,v 1. 5 2001-05-04 15:40:11Singular Exp $4 // $Id: version.cc,v 1.6 2001-08-22 14:35:27 Singular Exp $ 5 5 static char * rcsid = "@(#) libfac version 0.2.4 [May 29 1997] (C) 1996-97 M. Messollen"; 6 6 /////////////////////////////////////////////////////////////////////////////// 7 7 8 8 const char * libfac_name = "Factorization and characteristic sets library"; 9 const char * libfac_version = "0.3. 2";10 const char * libfac_date = " Jan 312001";9 const char * libfac_version = "0.3.3"; 10 const char * libfac_date = "Aug 22 2001"; 11 11 const char * libfac_author = "M. Messollen"; 12 12
Note: See TracChangeset
for help on using the changeset viewer.