Changeset b67c34f in git


Ignore:
Timestamp:
Mar 8, 2021, 11:36:07 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5041417683fed49a4e5924bd048bc5fdd3a997bf
Parents:
9188227fd2e46a4b9ce45978734a1671a5f6837a
Message:
FACTORYVERSION
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r9188227 rb67c34f  
    807807              StringAppend("FLINT(%s),",FLINT_VERSION);
    808808#endif
    809 //              StringAppendS("factory(" FACTORYVERSION "),\n\t");
     809//              StringAppendS("factory(" FACTORYVERSION "),");
    810810              StringAppendS("\n\t");
    811811#ifndef HAVE_OMALLOC
  • factory/configure.ac

    r9188227 rb67c34f  
    433433#AC_SUBST(uninstalltargets)
    434434
    435 factory_version="4.1.3"
    436435factory_configuration="'$ac_configure_args' in `pwd`"
    437 AC_SUBST(factory_version)
    438 
    439 AH_TEMPLATE([FACTORYVERSION], [factory version])
    440 AC_DEFINE_UNQUOTED([FACTORYVERSION], "$factory_version")
     436
     437AH_TEMPLATE([FACTORYVERSION], [VERSION])
     438AC_DEFINE_UNQUOTED([FACTORYVERSION], "$VERSION")
    441439
    442440AH_TEMPLATE([FACTORYCONFIGURATION], [factory configuration])
Note: See TracChangeset for help on using the changeset viewer.