From 6ef2325d235aaccc9b23523eabbf4c5f0415fdd6 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 26 Dec 2020 19:55:40 +0100 Subject: Update version numbers for 7.2.1 --- configure.ac | 2 +- src/proj.h | 2 +- src/proj_api.h | 2 +- src/release.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 17f19900..5701345e 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.2.0], +AC_INIT([PROJ], [7.2.1], [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 c98fcc1f..7809f00a 100644 --- a/src/proj.h +++ b/src/proj.h @@ -172,7 +172,7 @@ extern "C" { /* The version numbers should be updated with every release! **/ #define PROJ_VERSION_MAJOR 7 #define PROJ_VERSION_MINOR 2 -#define PROJ_VERSION_PATCH 0 +#define PROJ_VERSION_PATCH 1 extern char const PROJ_DLL pj_release[]; /* global release id string */ diff --git a/src/proj_api.h b/src/proj_api.h index a1b6393c..8bbf6463 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -38,7 +38,7 @@ #endif #ifndef PJ_VERSION -#define PJ_VERSION 720 +#define PJ_VERSION 721 #endif #ifdef PROJ_RENAME_SYMBOLS diff --git a/src/release.cpp b/src/release.cpp index 06b2cfcd..1ee1376c 100644 --- a/src/release.cpp +++ b/src/release.cpp @@ -11,7 +11,7 @@ char const pj_release[] = STR(PROJ_VERSION_MAJOR)"." STR(PROJ_VERSION_MINOR)"." STR(PROJ_VERSION_PATCH)", " - "November 1st, 2020"; + "January 1st, 2021"; const char *pj_get_release() { return pj_release; -- cgit v1.2.3