Changeset 767
- Timestamp:
- Jan 30, 2019 10:15:39 AM (2 weeks ago)
- Location:
- trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ADOL-C/doc/version.tex
r728 r767 1 1 \newcommand{\packagename}{adolc} 2 \newcommand{\packageversion}{2. 6.3-trunk}2 \newcommand{\packageversion}{2.7.0-trunk} 3 3 \newcommand{\packagetar}{\packagename-\packageversion} -
trunk/MSVisualStudio/v14/nosparse/config.h
r728 r767 18 18 19 19 /* ADOL-C Patchlevel */ 20 #define ADOLC_PATCHLEVEL 320 #define ADOLC_PATCHLEVEL 0 21 21 22 22 /* ADOL-C Subversion */ 23 #define ADOLC_SUBVERSION 623 #define ADOLC_SUBVERSION 7 24 24 25 25 /* ADOL-C tape_doc routine computes values */ … … 150 150 151 151 /* Define to the full name and version of this package. */ 152 #define PACKAGE_STRING "adolc 2. 6.3-trunk"152 #define PACKAGE_STRING "adolc 2.7.0-trunk" 153 153 154 154 /* Define to the one symbol short name of this package. */ … … 159 159 160 160 /* Define to the version of this package. */ 161 #define PACKAGE_VERSION "2. 6.3-trunk"161 #define PACKAGE_VERSION "2.7.0-trunk" 162 162 163 163 /* The size of `void *', as computed by sizeof. */ … … 177 177 178 178 /* Version number of package */ 179 #define VERSION "2. 6.3-trunk"179 #define VERSION "2.7.0-trunk" 180 180 181 181 /* Define to rpl_calloc if the replacement function should be used. */ -
trunk/MSVisualStudio/v14/sparse/config.h
r728 r767 18 18 19 19 /* ADOL-C Patchlevel */ 20 #define ADOLC_PATCHLEVEL 320 #define ADOLC_PATCHLEVEL 0 21 21 22 22 /* ADOL-C Subversion */ 23 #define ADOLC_SUBVERSION 623 #define ADOLC_SUBVERSION 7 24 24 25 25 /* ADOL-C tape_doc routine computes values */ … … 150 150 151 151 /* Define to the full name and version of this package. */ 152 #define PACKAGE_STRING "adolc 2. 6.3-trunk"152 #define PACKAGE_STRING "adolc 2.7.0-trunk" 153 153 154 154 /* Define to the one symbol short name of this package. */ … … 159 159 160 160 /* Define to the version of this package. */ 161 #define PACKAGE_VERSION "2. 6.3-trunk"161 #define PACKAGE_VERSION "2.7.0-trunk" 162 162 163 163 /* The size of `void *', as computed by sizeof. */ … … 177 177 178 178 /* Version number of package */ 179 #define VERSION "2. 6.3-trunk"179 #define VERSION "2.7.0-trunk" 180 180 181 181 /* Define to rpl_calloc if the replacement function should be used. */ -
trunk/MSVisualStudio/v14/x64/nosparse/config.h
r728 r767 18 18 19 19 /* ADOL-C Patchlevel */ 20 #define ADOLC_PATCHLEVEL 320 #define ADOLC_PATCHLEVEL 0 21 21 22 22 /* ADOL-C Subversion */ 23 #define ADOLC_SUBVERSION 623 #define ADOLC_SUBVERSION 7 24 24 25 25 /* ADOL-C tape_doc routine computes values */ … … 150 150 151 151 /* Define to the full name and version of this package. */ 152 #define PACKAGE_STRING "adolc 2. 6.3-trunk"152 #define PACKAGE_STRING "adolc 2.7.0-trunk" 153 153 154 154 /* Define to the one symbol short name of this package. */ … … 159 159 160 160 /* Define to the version of this package. */ 161 #define PACKAGE_VERSION "2. 6.3-trunk"161 #define PACKAGE_VERSION "2.7.0-trunk" 162 162 163 163 /* The size of `void *', as computed by sizeof. */ … … 177 177 178 178 /* Version number of package */ 179 #define VERSION "2. 6.3-trunk"179 #define VERSION "2.7.0-trunk" 180 180 181 181 /* Define to rpl_calloc if the replacement function should be used. */ -
trunk/MSVisualStudio/v14/x64/sparse/config.h
r728 r767 18 18 19 19 /* ADOL-C Patchlevel */ 20 #define ADOLC_PATCHLEVEL 320 #define ADOLC_PATCHLEVEL 0 21 21 22 22 /* ADOL-C Subversion */ 23 #define ADOLC_SUBVERSION 623 #define ADOLC_SUBVERSION 7 24 24 25 25 /* ADOL-C tape_doc routine computes values */ … … 150 150 151 151 /* Define to the full name and version of this package. */ 152 #define PACKAGE_STRING "adolc 2. 6.3-trunk"152 #define PACKAGE_STRING "adolc 2.7.0-trunk" 153 153 154 154 /* Define to the one symbol short name of this package. */ … … 159 159 160 160 /* Define to the version of this package. */ 161 #define PACKAGE_VERSION "2. 6.3-trunk"161 #define PACKAGE_VERSION "2.7.0-trunk" 162 162 163 163 /* The size of `void *', as computed by sizeof. */ … … 177 177 178 178 /* Version number of package */ 179 #define VERSION "2. 6.3-trunk"179 #define VERSION "2.7.0-trunk" 180 180 181 181 /* Define to rpl_calloc if the replacement function should be used. */ -
trunk/adolc.spec
r728 r767 1 # spec file for package adolc (Version 2. 6.3)1 # spec file for package adolc (Version 2.7.0) 2 2 3 3 # norootforbuild 4 4 5 %define packver 2. 6.3-trunk5 %define packver 2.7.0-trunk 6 6 7 7 Name: adolc 8 Version: 2. 6.38 Version: 2.7.0 9 9 Release: 0.1 10 10 License: GPLv2 or CPL -
trunk/configure
r765 r767 2 2 # From configure.ac Revision. 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated by GNU Autoconf 2.69 for adolc 2. 6.3-trunk.4 # Generated by GNU Autoconf 2.69 for adolc 2.7.0-trunk. 5 5 # 6 6 # Report bugs to <adol-c@list.coin-or.org>. … … 592 592 PACKAGE_NAME='adolc' 593 593 PACKAGE_TARNAME='adolc' 594 PACKAGE_VERSION='2. 6.3-trunk'595 PACKAGE_STRING='adolc 2. 6.3-trunk'594 PACKAGE_VERSION='2.7.0-trunk' 595 PACKAGE_STRING='adolc 2.7.0-trunk' 596 596 PACKAGE_BUGREPORT='adol-c@list.coin-or.org' 597 597 PACKAGE_URL='' … … 1410 1410 # This message is too long to be a string in the A/UX 3.1 sh. 1411 1411 cat <<_ACEOF 1412 \`configure' configures adolc 2. 6.3-trunk to adapt to many kinds of systems.1412 \`configure' configures adolc 2.7.0-trunk to adapt to many kinds of systems. 1413 1413 1414 1414 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1481 1481 if test -n "$ac_init_help"; then 1482 1482 case $ac_init_help in 1483 short | recursive ) echo "Configuration of adolc 2. 6.3-trunk:";;1483 short | recursive ) echo "Configuration of adolc 2.7.0-trunk:";; 1484 1484 esac 1485 1485 cat <<\_ACEOF … … 1684 1684 if $ac_init_version; then 1685 1685 cat <<\_ACEOF 1686 adolc configure 2. 6.3-trunk1686 adolc configure 2.7.0-trunk 1687 1687 generated by GNU Autoconf 2.69 1688 1688 … … 2502 2502 running configure, to aid debugging if configure makes a mistake. 2503 2503 2504 It was created by adolc $as_me 2. 6.3-trunk, which was2504 It was created by adolc $as_me 2.7.0-trunk, which was 2505 2505 generated by GNU Autoconf 2.69. Invocation command line was 2506 2506 … … 3372 3372 # Define the identity of the package. 3373 3373 PACKAGE='adolc' 3374 VERSION='2. 6.3-trunk'3374 VERSION='2.7.0-trunk' 3375 3375 3376 3376 … … 17861 17861 17862 17862 17863 $as_echo "#define ADOLC_SUBVERSION 6" >>confdefs.h17864 17865 17866 $as_echo "#define ADOLC_PATCHLEVEL 3" >>confdefs.h17863 $as_echo "#define ADOLC_SUBVERSION 7" >>confdefs.h 17864 17865 17866 $as_echo "#define ADOLC_PATCHLEVEL 0" >>confdefs.h 17867 17867 17868 17868 ADOLC_VERSION=2 17869 ADOLC_SUBVERSION= 617870 ADOLC_PATCHLEVEL= 317869 ADOLC_SUBVERSION=7 17870 ADOLC_PATCHLEVEL=0 17871 17871 17872 17872 … … 19899 19899 # values after options handling. 19900 19900 ac_log=" 19901 This file was extended by adolc $as_me 2. 6.3-trunk, which was19901 This file was extended by adolc $as_me 2.7.0-trunk, which was 19902 19902 generated by GNU Autoconf 2.69. Invocation command line was 19903 19903 … … 19965 19965 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 19966 19966 ac_cs_version="\\ 19967 adolc config.status 2. 6.3-trunk19967 adolc config.status 2.7.0-trunk 19968 19968 configured by $0, generated by GNU Autoconf 2.69, 19969 19969 with options \\"\$ac_cs_config\\"
Note: See TracChangeset
for help on using the changeset viewer.