diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-05-01 11:03:52 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-05-01 11:03:52 +0200 |
| commit | efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7 (patch) | |
| tree | 0d154315d9715600354f396a6e61c063da0936c1 | |
| parent | 6d5ac4dd75ee10ac274748215da5f36890cb6e8d (diff) | |
| download | PROJ-efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7.tar.gz PROJ-efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7.zip | |
Bump version numbers for a potential 7.0.2 release
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | configure.ac | 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/CMakeLists.txt b/CMakeLists.txt index bf656e36..0fabd7bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ message(STATUS "Configuring PROJ:") #PROJ version information ################################################################################ include(ProjVersion) -proj_version(MAJOR 7 MINOR 0 PATCH 1) +proj_version(MAJOR 7 MINOR 0 PATCH 2) set(PROJ_API_VERSION "19") set(PROJ_BUILD_VERSION "19.1.0") diff --git a/configure.ac b/configure.ac index aaea1a9c..217c9fe9 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], [7.0.1], +AC_INIT([PROJ], [7.0.2], [https://github.com/OSGeo/PROJ/issues], proj, [https://proj.org]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG(C) @@ -154,7 +154,7 @@ extern "C" { /* The version numbers should be updated with every release! **/ #define PROJ_VERSION_MAJOR 7 #define PROJ_VERSION_MINOR 0 -#define PROJ_VERSION_PATCH 1 +#define PROJ_VERSION_PATCH 2 extern char const PROJ_DLL pj_release[]; /* global release id string */ diff --git a/src/proj_api.h b/src/proj_api.h index c9d6e90e..65027f32 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -38,7 +38,7 @@ #endif #ifndef PJ_VERSION -#define PJ_VERSION 701 +#define PJ_VERSION 702 #endif #ifdef PROJ_RENAME_SYMBOLS |
