aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS2
-rw-r--r--src/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e56c102..2cff4be9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@ colormsg(_HIBLUE_ "Configuring PROJ:")
include(ProjVersion)
proj_version(MAJOR 5 MINOR 0 PATCH 0)
set(PROJ_API_VERSION "14")
-set(PROJ_BUILD_VERSION "14.0.2")
+set(PROJ_BUILD_VERSION "14.0.1")
#################################################################################
# Build features and variants
diff --git a/NEWS b/NEWS
index dd4b4be6..8b2f2dc5 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@
o Consistently return NaN values on NaN input (#949)
+ o Removed unused src/org_proj4_Projections.h file (#956)
+
o Java Native Interface bindings updated (#957, #969)
o Horizontal and vertical gridshift operations extended to
diff --git a/src/Makefile.am b/src/Makefile.am
index 74567695..f89b737c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ geodtest_LDADD = libproj.la
lib_LTLIBRARIES = libproj.la
-libproj_la_LDFLAGS = -no-undefined -version-info 14:0:2
+libproj_la_LDFLAGS = -no-undefined -version-info 14:0:1
libproj_la_SOURCES = \
pj_list.h proj_internal.h proj_math.h\