diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 | ||||
| -rw-r--r-- | src/proj_api.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a22343a6..676ae916 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ 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 \ diff --git a/src/pj_release.c b/src/pj_release.c index e46cf9a0..d1e22095 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -2,7 +2,7 @@ #include <projects.h> -char const pj_release[]="Rel. 4.6.1, 21 August 2008"; +char const pj_release[]="Rel. 4.7.1, 23 September 2009"; const char *pj_get_release() diff --git a/src/proj_api.h b/src/proj_api.h index f0efcbe5..d1f643b6 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -40,7 +40,7 @@ extern "C" { #endif /* Try to update this every version! */ -#define PJ_VERSION 461 +#define PJ_VERSION 470 extern char const pj_release[]; /* global release id string */ |
