- Timestamp:
- Jun 15, 2010 1:42:36 PM (11 years ago)
- Location:
- trunk/Clp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure.ac
r1560 r1564 42 42 # externals. The following macro ensures that those externals are 43 43 # retrieved by svn if they are not there yet. 44 AC_COIN_PROJECTDIR_INIT 44 AC_COIN_PROJECTDIR_INIT(Clp) 45 45 46 46 # Check if user wants to produce debugging code … … 114 114 115 115 ############################################################################# 116 # CLP version number #117 #############################################################################118 119 AC_DEFINE_UNQUOTED(CLP_VERSION, "$PACKAGE_VERSION", "Version of Clp")120 121 #############################################################################122 116 # Other dependencies # 123 117 ############################################################################# -
trunk/Clp/src/ClpConfig.h
r1557 r1564 59 59 /* #undef COIN_HAS_READLINE */ 60 60 61 /* Clp version */ 61 62 #define CLP_VERSION "trunk" 62 63
Note: See TracChangeset
for help on using the changeset viewer.