jengelh-datetimespielwiese
Last change
on this file since 6ce030f was
6ce030f,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
removal of the $Id$ svn tag from everywhere
NOTE: the git SHA1 may be used instead (only on special places)
NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
|
-
Property mode set to
100644
|
File size:
478 bytes
|
Rev | Line | |
---|
[1a80b4] | 1 | /////////////////////////////////////////////////////////////////////////////// |
---|
| 2 | // emacs edit mode for this file is -*- C++ -*- |
---|
| 3 | /////////////////////////////////////////////////////////////////////////////// |
---|
[d92d71] | 4 | |
---|
| 5 | /* |
---|
[980552] | 6 | #include "version.h" |
---|
[1a80b4] | 7 | |
---|
[d4c1d0] | 8 | const char * libfac_name = "Factorization and characteristic sets library"; |
---|
[980552] | 9 | const char * libfac_version = LIBFAC_VERSION; |
---|
| 10 | const char * libfac_date = LIBFAC_DATE; |
---|
[d4c1d0] | 11 | const char * libfac_author = "M. Messollen"; |
---|
[d92d71] | 12 | */ |
---|
[1a80b4] | 13 | |
---|
[d92d71] | 14 | int libfac_interruptflag = 0; |
---|
Note: See
TracBrowser
for help on using the repository browser.