diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2013-06-22 17:21:46 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2013-06-22 17:21:46 +0000 |
| commit | 3c19b4837ce6b4ae3694543a0fe2e01b42b7a655 (patch) | |
| tree | bf07d6eb9fb4f5a3f74e4d625faf25858cd4e77a /src | |
| parent | d2bf66de36c4914981544d2205c5924eeb556a02 (diff) | |
| download | PROJ-3c19b4837ce6b4ae3694543a0fe2e01b42b7a655.tar.gz PROJ-3c19b4837ce6b4ae3694543a0fe2e01b42b7a655.zip | |
prepare for 4.9.0 beta release
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2350 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 | ||||
| -rw-r--r-- | src/proj_api.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dab00b3b..834bf42a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ multistresstest_LDADD = libproj.la -lpthread lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 7:0:7 +libproj_la_LDFLAGS = -no-undefined -version-info 8:0:8 libproj_la_SOURCES = \ projects.h pj_list.h \ diff --git a/src/Makefile.in b/src/Makefile.in index f02a0f52..019a89d0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -283,7 +283,7 @@ nad2bin_LDADD = libproj.la geod_LDADD = libproj.la multistresstest_LDADD = libproj.la -lpthread lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 7:0:7 +libproj_la_LDFLAGS = -no-undefined -version-info 8:0:8 libproj_la_SOURCES = \ projects.h pj_list.h \ PJ_aeqd.c PJ_gnom.c PJ_laea.c PJ_mod_ster.c \ diff --git a/src/pj_release.c b/src/pj_release.c index 1b6e54aa..f25d1542 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -2,7 +2,7 @@ #include <projects.h> -char const pj_release[]="Rel. 4.8.0, 6 March 2012"; +char const pj_release[]="Rel. 4.9.0, 22 June 2013"; const char *pj_get_release() diff --git a/src/proj_api.h b/src/proj_api.h index edc3b587..84e7eae8 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 480 +#define PJ_VERSION 490 extern char const pj_release[]; /* global release id string */ |
