From efc03e8f0153aaed6b12a5d7ca2f8741c77a1eb7 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 1 May 2020 11:03:52 +0200 Subject: Bump version numbers for a potential 7.0.2 release --- CMakeLists.txt | 2 +- configure.ac | 2 +- src/proj.h | 2 +- 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) diff --git a/src/proj.h b/src/proj.h index b6d60d2a..397b8012 100644 --- a/src/proj.h +++ b/src/proj.h @@ -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 -- cgit v1.2.3