COIN-OR::LEMON - Graph Library

Changeset 678:d1e1cd94bf49 in lemon-1.2 for lemon


Ignore:
Timestamp:
05/29/09 12:40:53 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Put the version string into config.h

Also make it possible to set the version using the LEMON_VERSION environment
variable, and use the hg revision as version string in case this variable is
unset.

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/config.h.cmake

    r627 r678  
     1#define LEMON_VERSION "@PROJECT_VERSION@"
    12#cmakedefine LEMON_HAVE_LONG_LONG 1
    23#cmakedefine LEMON_HAVE_LP 1
  • lemon/config.h.in

    r627 r678  
     1/* The version string */
     2#undef LEMON_VERSION
     3
    14/* Define to 1 if you have long long */
    25#undef LEMON_HAVE_LONG_LONG
Note: See TracChangeset for help on using the changeset viewer.