diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-08 15:56:17 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-06-08 15:56:17 +0200 |
| commit | 2ae1a3cef65c0324e64a9404cbb43159375a4e3c (patch) | |
| tree | a9e7521f34bb7458f63751e762ed970791c68844 | |
| parent | 323ec08a2edea31356560458604061cc2fd668c3 (diff) | |
| download | PROJ-2ae1a3cef65c0324e64a9404cbb43159375a4e3c.tar.gz PROJ-2ae1a3cef65c0324e64a9404cbb43159375a4e3c.zip | |
bump version numbers to 5.2.0
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 | ||||
| -rw-r--r-- | src/proj.h | 2 | ||||
| -rw-r--r-- | src/proj_api.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 07bf0ad1..712720fb 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.1.0], +AC_INIT([PROJ], [5.2.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 19ef6bf9..8619bf4c 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)", " - "June 1st, 2018"; + "September 1st, 2018"; const char *pj_get_release() { return pj_release; @@ -131,7 +131,7 @@ extern "C" { /* The version numbers should be updated with every release! **/ #define PROJ_VERSION_MAJOR 5 -#define PROJ_VERSION_MINOR 1 +#define PROJ_VERSION_MINOR 2 #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 9fdab08c..58f8c31d 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -33,7 +33,7 @@ * */ #ifndef PJ_VERSION -#define PJ_VERSION 510 +#define PJ_VERSION 520 #endif |
