diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2009-09-24 02:28:47 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2009-09-24 02:28:47 +0000 |
| commit | 52cfc8d6ce67a992a354743834bbaf44e2892441 (patch) | |
| tree | bf5db7787da6248e2a77ae66758843f7bbf6f098 | |
| parent | 85bd0a82fa3d7b72a068afdfda24bdaa9346f8a2 (diff) | |
| download | PROJ-52cfc8d6ce67a992a354743834bbaf44e2892441.tar.gz PROJ-52cfc8d6ce67a992a354743834bbaf44e2892441.zip | |
more 4.7.0 release related stuff
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1632 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rwxr-xr-x | configure | 20 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for PROJ.4 Projections 4.6.1. +# Generated by GNU Autoconf 2.61 for PROJ.4 Projections 4.7.0. # # Report bugs to <warmerdam@pobox.com>. # @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='PROJ.4 Projections' PACKAGE_TARNAME='proj' -PACKAGE_VERSION='4.6.1' -PACKAGE_STRING='PROJ.4 Projections 4.6.1' +PACKAGE_VERSION='4.7.0' +PACKAGE_STRING='PROJ.4 Projections 4.7.0' PACKAGE_BUGREPORT='warmerdam@pobox.com' # Factoring default headers for most tests. @@ -1395,7 +1395,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures PROJ.4 Projections 4.6.1 to adapt to many kinds of systems. +\`configure' configures PROJ.4 Projections 4.7.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1465,7 +1465,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PROJ.4 Projections 4.6.1:";; + short | recursive ) echo "Configuration of PROJ.4 Projections 4.7.0:";; esac cat <<\_ACEOF @@ -1571,7 +1571,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -PROJ.4 Projections configure 4.6.1 +PROJ.4 Projections configure 4.7.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1585,7 +1585,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by PROJ.4 Projections $as_me 4.6.1, which was +It was created by PROJ.4 Projections $as_me 4.7.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2283,7 +2283,7 @@ fi # Define the identity of the package. PACKAGE='proj' - VERSION='4.6.1' + VERSION='4.7.0' cat >>confdefs.h <<_ACEOF @@ -20441,7 +20441,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by PROJ.4 Projections $as_me 4.6.1, which was +This file was extended by PROJ.4 Projections $as_me 4.7.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20494,7 +20494,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -PROJ.4 Projections config.status 4.6.1 +PROJ.4 Projections config.status 4.7.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/src/Makefile.in b/src/Makefile.in index c917ed21..0f4d323e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -256,7 +256,7 @@ nad2nad_LDADD = libproj.la nad2bin_LDADD = libproj.la geod_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 5:5:5 +libproj_la_LDFLAGS = -no-undefined -version-info 6:6:6 libproj_la_SOURCES = \ projects.h pj_list.h \ PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \ |
