aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
-rw-r--r--src/pj_release.c2
-rw-r--r--src/proj.h4
-rw-r--r--src/proj_api.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b100e62f..04297fa0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
#PROJ version information
#################################################################################
include(ProjVersion)
-proj_version(MAJOR 5 MINOR 2 PATCH 0)
+proj_version(MAJOR 6 MINOR 0 PATCH 0)
set(PROJ_API_VERSION "14")
set(PROJ_BUILD_VERSION "14.0.2")
diff --git a/configure.ac b/configure.ac
index 712720fb..808e5791 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.2.0],
+AC_INIT([PROJ], [6.0.0],
[https://github.com/OSGeo/proj.4/issues], proj, [https://proj4.org])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)
diff --git a/src/pj_release.c b/src/pj_release.c
index f1983a77..9beb45ef 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)", "
- "September 15th, 2018";
+ "March 1st, 2019";
const char *pj_get_release() {
return pj_release;
diff --git a/src/proj.h b/src/proj.h
index e33a7563..8d4c1a9d 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -130,8 +130,8 @@ extern "C" {
#endif
/* The version numbers should be updated with every release! **/
-#define PROJ_VERSION_MAJOR 5
-#define PROJ_VERSION_MINOR 2
+#define PROJ_VERSION_MAJOR 6
+#define PROJ_VERSION_MINOR 0
#define PROJ_VERSION_PATCH 0
extern char const pj_release[]; /* global release id string */
diff --git a/src/proj_api.h b/src/proj_api.h
index 58f8c31d..81cda69a 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -33,7 +33,7 @@
*
*/
#ifndef PJ_VERSION
-#define PJ_VERSION 520
+#define PJ_VERSION 600
#endif