diff options
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 | ||||
| -rw-r--r-- | src/proj_api.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d7afe060..5e56c102 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,8 @@ colormsg(_HIBLUE_ "Configuring PROJ:") ################################################################################# include(ProjVersion) proj_version(MAJOR 5 MINOR 0 PATCH 0) -set(PROJ_API_VERSION "13") -set(PROJ_BUILD_VERSION "13.0.1") +set(PROJ_API_VERSION "14") +set(PROJ_BUILD_VERSION "14.0.2") ################################################################################# # Build features and variants diff --git a/configure.ac b/configure.ac index e47e6b46..495fb037 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([PROJ], [5.0.0], +AC_INIT([PROJ], [5.1.0], [https://github.com/OSGeo/proj.4/issues], proj, [http://proj4.org]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG(C) diff --git a/src/Makefile.am b/src/Makefile.am index 2fd8aa5c..74567695 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ geodtest_LDADD = libproj.la lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 13:0:0 +libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2 libproj_la_SOURCES = \ pj_list.h proj_internal.h proj_math.h\ diff --git a/src/pj_release.c b/src/pj_release.c index 9545aad2..19ef6bf9 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -11,7 +11,7 @@ char const pj_release[] = STR(PROJ_VERSION_MAJOR)"." STR(PROJ_VERSION_MINOR)"." STR(PROJ_VERSION_PATCH)", " - "March 1st, 2018"; + "June 1st, 2018"; const char *pj_get_release() { return pj_release; diff --git a/src/proj_api.h b/src/proj_api.h index 36187441..9fdab08c 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -33,7 +33,7 @@ * */ #ifndef PJ_VERSION -#define PJ_VERSION 500 +#define PJ_VERSION 510 #endif |
