- Timestamp:
- Nov 4, 2010 1:47:24 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.6.0/ 2 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.1.0/ 3 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.7.0/CoinUtils 4 Cgl https://projects.coin-or.org/svn/Cgl/releases/0.56.0/Cgl 5 Clp https://projects.coin-or.org/svn/Clp/releases/1.13.0/Clp 6 Osi https://projects.coin-or.org/svn/Osi/releases/0.104.0/Osi 7 Vol https://projects.coin-or.org/svn/Vol/releases/1.2.0/Vol 1 BuildTools https://projects.coin-or.org/svn/BuildTools/trunk 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/trunk 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/trunk 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/trunk 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/trunk 6 Data/Sample https://projects.coin-or.org/svn/Data/Sample/trunk 7 #Data/miplib3 https://projects.coin-or.org/svn/Data/miplib3/trunk 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 9 Cgl https://projects.coin-or.org/svn/Cgl/trunk/Cgl 10 Clp https://projects.coin-or.org/svn/Clp/trunk/Clp 11 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi 12 Vol https://projects.coin-or.org/svn/Vol/trunk/Vol 13
-
- Property svn:externals
-
trunk/Cbc/configure
r1522 r1524 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.6.3 # Generated by GNU Autoconf 2.59 for Cbc trunk. 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.6'433 PACKAGE_STRING='Cbc 2.6'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='Cbc trunk' 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.6to adapt to many kinds of systems.1008 \`configure' configures Cbc trunk 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.6:";;1074 short | recursive ) echo "Configuration of Cbc trunk:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1298 1298 if $ac_init_version; then 1299 1299 cat <<\_ACEOF 1300 Cbc configure 2.61300 Cbc configure trunk 1301 1301 generated by GNU Autoconf 2.59 1302 1302 … … 1318 1318 running configure, to aid debugging if configure makes a mistake. 1319 1319 1320 It was created by Cbc $as_me 2.6, which was1320 It was created by Cbc $as_me trunk, which was 1321 1321 generated by GNU Autoconf 2.59. Invocation command line was 1322 1322 … … 4616 4616 # Define the identity of the package. 4617 4617 PACKAGE='cbc' 4618 VERSION=' 2.6'4618 VERSION='trunk' 4619 4619 4620 4620 … … 26824 26824 cat >&5 <<_CSEOF 26825 26825 26826 This file was extended by Cbc $as_me 2.6, which was26826 This file was extended by Cbc $as_me trunk, which was 26827 26827 generated by GNU Autoconf 2.59. Invocation command line was 26828 26828 … … 26887 26887 cat >>$CONFIG_STATUS <<_ACEOF 26888 26888 ac_cs_version="\\ 26889 Cbc config.status 2.626889 Cbc config.status trunk 26890 26890 configured by $0, generated by GNU Autoconf 2.59, 26891 26891 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
trunk/Cbc/configure.ac
r1522 r1524 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[ 2.6],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[trunk],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ -
trunk/Cbc/src/CbcConfig.h
r1522 r1524 96 96 97 97 /* Cbc version */ 98 #define CBC_VERSION " 2.6"98 #define CBC_VERSION "trunk" 99 99 100 100 /*
Note: See TracChangeset
for help on using the changeset viewer.