aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-04-28 13:13:26 +0200
committerKristian Evers <kristianevers@gmail.com>2021-04-28 13:13:26 +0200
commit4aa56f2d0ecc8e0a7540b069710db34e16415af2 (patch)
treed397330fe3bcebcaf74b8ce6db2fec244d38e0ce
parentff63939f9b0498a2c711f030751b16ff23f4c8ca (diff)
downloadPROJ-4aa56f2d0ecc8e0a7540b069710db34e16415af2.tar.gz
PROJ-4aa56f2d0ecc8e0a7540b069710db34e16415af2.zip
Update version numbers for 8.0.18.0.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--configure.ac2
-rw-r--r--src/proj.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef2c6b03..f7a0c038 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,7 +110,7 @@ message(STATUS "Configuring PROJ:")
#PROJ version information
################################################################################
include(ProjVersion)
-proj_version(MAJOR 8 MINOR 0 PATCH 0)
+proj_version(MAJOR 8 MINOR 0 PATCH 1)
set(PROJ_API_VERSION "22")
set(PROJ_BUILD_VERSION "22.1.0")
diff --git a/configure.ac b/configure.ac
index cc138aaa..8079c87f 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], [8.0.0],
+AC_INIT([PROJ], [8.0.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 f609f9f8..40a0e489 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 8
#define PROJ_VERSION_MINOR 0
-#define PROJ_VERSION_PATCH 0
+#define PROJ_VERSION_PATCH 1
/* Note: the following 3 defines have been introduced in PROJ 8.0.1 */
/* Macro to compute a PROJ version number from its components */