Skip to content

Commit

Permalink
Update version numbers for 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Apr 28, 2021
1 parent ff63939 commit 4aa56f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/proj.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4aa56f2

Please sign in to comment.