Changes from releases/2.8.6 at r2371 to releases/2.8.7 at r2371
- Location:
- releases/2.8.7
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/2.8.7/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 1974
- Property svn:mergeinfo changed
-
releases/2.8.7/Cbc/configure
r2371 r2371 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for Cbc 2.8. 6.3 # Generated by GNU Autoconf 2.59 for Cbc 2.8.7. 4 4 # 5 5 # Report bugs to <cbc@lists.coin-or.org>. … … 430 430 PACKAGE_NAME='Cbc' 431 431 PACKAGE_TARNAME='cbc' 432 PACKAGE_VERSION='2.8. 6'433 PACKAGE_STRING='Cbc 2.8. 6'432 PACKAGE_VERSION='2.8.7' 433 PACKAGE_STRING='Cbc 2.8.7' 434 434 PACKAGE_BUGREPORT='cbc@lists.coin-or.org' 435 435 … … 1006 1006 # This message is too long to be a string in the A/UX 3.1 sh. 1007 1007 cat <<_ACEOF 1008 \`configure' configures Cbc 2.8. 6to adapt to many kinds of systems.1008 \`configure' configures Cbc 2.8.7 to adapt to many kinds of systems. 1009 1009 1010 1010 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1072 1072 if test -n "$ac_init_help"; then 1073 1073 case $ac_init_help in 1074 short | recursive ) echo "Configuration of Cbc 2.8. 6:";;1074 short | recursive ) echo "Configuration of Cbc 2.8.7:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1306 1306 if $ac_init_version; then 1307 1307 cat <<\_ACEOF 1308 Cbc configure 2.8. 61308 Cbc configure 2.8.7 1309 1309 generated by GNU Autoconf 2.59 1310 1310 … … 1326 1326 running configure, to aid debugging if configure makes a mistake. 1327 1327 1328 It was created by Cbc $as_me 2.8. 6, which was1328 It was created by Cbc $as_me 2.8.7, which was 1329 1329 generated by GNU Autoconf 2.59. Invocation command line was 1330 1330 … … 1852 1852 1853 1853 # Capture libtool library version, if given. 1854 coin_libversion=11: 6:81854 coin_libversion=11:7:8 1855 1855 1856 1856 … … 4607 4607 # Define the identity of the package. 4608 4608 PACKAGE='cbc' 4609 VERSION='2.8. 6'4609 VERSION='2.8.7' 4610 4610 4611 4611 … … 31192 31192 cat >&5 <<_CSEOF 31193 31193 31194 This file was extended by Cbc $as_me 2.8. 6, which was31194 This file was extended by Cbc $as_me 2.8.7, which was 31195 31195 generated by GNU Autoconf 2.59. Invocation command line was 31196 31196 … … 31255 31255 cat >>$CONFIG_STATUS <<_ACEOF 31256 31256 ac_cs_version="\\ 31257 Cbc config.status 2.8. 631257 Cbc config.status 2.8.7 31258 31258 configured by $0, generated by GNU Autoconf 2.59, 31259 31259 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
releases/2.8.7/Cbc/configure.ac
r2371 r2371 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[2.8. 6],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.8.7],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ … … 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(Cbc,11: 6:8)44 AC_COIN_PROJECTDIR_INIT(Cbc,11:7:8) 45 45 46 46 # Check if user wants to produce debugging code -
releases/2.8.7/Cbc/doxydoc/doxygen.conf.in
r2371 r2371 985 985 # generate Latex output. 986 986 987 GENERATE_LATEX = NO987 GENERATE_LATEX = YES 988 988 989 989 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. -
releases/2.8.7/Cbc/src/config_cbc_default.h
r2371 r2371 6 6 7 7 /* Version number of project */ 8 #define CBC_VERSION "2.8. 6"8 #define CBC_VERSION "2.8.7" 9 9 10 10 /* Major Version number of project */ … … 15 15 16 16 /* Release Version number of project */ 17 #define CBC_VERSION_RELEASE 617 #define CBC_VERSION_RELEASE 7 -
releases/2.8.7/configure
r2371 r2371 2 2 # From configure.ac 0.9. 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated by GNU Autoconf 2.59 for Cbc 2.8. 6.4 # Generated by GNU Autoconf 2.59 for Cbc 2.8.7. 5 5 # 6 6 # Report bugs to <cbc@lists.coin-or.org>. … … 431 431 PACKAGE_NAME='Cbc' 432 432 PACKAGE_TARNAME='cbc' 433 PACKAGE_VERSION='2.8. 6'434 PACKAGE_STRING='Cbc 2.8. 6'433 PACKAGE_VERSION='2.8.7' 434 PACKAGE_STRING='Cbc 2.8.7' 435 435 PACKAGE_BUGREPORT='cbc@lists.coin-or.org' 436 436 … … 1039 1039 # This message is too long to be a string in the A/UX 3.1 sh. 1040 1040 cat <<_ACEOF 1041 \`configure' configures Cbc 2.8. 6to adapt to many kinds of systems.1041 \`configure' configures Cbc 2.8.7 to adapt to many kinds of systems. 1042 1042 1043 1043 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1105 1105 if test -n "$ac_init_help"; then 1106 1106 case $ac_init_help in 1107 short | recursive ) echo "Configuration of Cbc 2.8. 6:";;1107 short | recursive ) echo "Configuration of Cbc 2.8.7:";; 1108 1108 esac 1109 1109 cat <<\_ACEOF … … 1328 1328 if $ac_init_version; then 1329 1329 cat <<\_ACEOF 1330 Cbc configure 2.8. 61330 Cbc configure 2.8.7 1331 1331 generated by GNU Autoconf 2.59 1332 1332 … … 1348 1348 running configure, to aid debugging if configure makes a mistake. 1349 1349 1350 It was created by Cbc $as_me 2.8. 6, which was1350 It was created by Cbc $as_me 2.8.7, which was 1351 1351 generated by GNU Autoconf 2.59. Invocation command line was 1352 1352 … … 5161 5161 # Define the identity of the package. 5162 5162 PACKAGE='cbc' 5163 VERSION='2.8. 6'5163 VERSION='2.8.7' 5164 5164 5165 5165 … … 23480 23480 cat >&5 <<_CSEOF 23481 23481 23482 This file was extended by Cbc $as_me 2.8. 6, which was23482 This file was extended by Cbc $as_me 2.8.7, which was 23483 23483 generated by GNU Autoconf 2.59. Invocation command line was 23484 23484 … … 23538 23538 cat >>$CONFIG_STATUS <<_ACEOF 23539 23539 ac_cs_version="\\ 23540 Cbc config.status 2.8. 623540 Cbc config.status 2.8.7 23541 23541 configured by $0, generated by GNU Autoconf 2.59, 23542 23542 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
releases/2.8.7/configure.ac
r2371 r2371 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[2.8. 6],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.8.7],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.