diff options
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | docs/source/conf.py | 4 | ||||
| -rw-r--r-- | proj.spec | 12 | ||||
| -rw-r--r-- | src/Makefile.am | 2 | ||||
| -rw-r--r-- | src/pj_release.c | 2 |
5 files changed, 12 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ad9417e..b6b2bf35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,8 +32,8 @@ colormsg(_HIBLUE_ "Configuring PROJ:") ################################################################################# include(Proj4Version) proj_version(MAJOR 4 MINOR 9 PATCH 3) -set(PROJ_API_VERSION "11") -set(PROJ_BUILD_VERSION "11.0.0") +set(PROJ_API_VERSION "12") +set(PROJ_BUILD_VERSION "12.0.0") ################################################################################# # Build features and variants diff --git a/docs/source/conf.py b/docs/source/conf.py index c7277947..d985b8c3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ author = u'Gerald Evenden' # built documents. # # The short X.Y version. -version = u'4.9.2' +version = u'4.9.3' # The full version, including alpha/beta/rc tags. -release = u'4.9.2' +release = u'4.9.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -1,5 +1,5 @@ %define PACKAGE_NAME proj -%define PACKAGE_VERSION 4.9.1 +%define PACKAGE_VERSION 4.9.3 %define PACKAGE_URL http://trac.osgeo.org/proj %define _prefix /usr @@ -7,7 +7,7 @@ Summary: Cartographic projection software Name: %PACKAGE_NAME Version: %PACKAGE_VERSION Release: 1 -Source0: proj-4.9.1.tar.gz +Source0: proj-4.9.3.tar.gz Copyright: MIT License, Copyright (c) 2000, Frank Warmerdam Group: Applications/GIS Vendor: Intevation GmbH <http://intevation.net> @@ -20,11 +20,11 @@ Conflicts: PROJ.4 %description This package offers commandline tools and a library for performing respective -forward and inverse transformation of cartographic data to or from cartesian -data with a wide range of selectable projection functions. +forward and inverse transformation of cartographic data to or from cartesian +data with a wide range of selectable projection functions. %prep -%setup -D -n proj-4.9.1 +%setup -D -n proj-4.9.3 %configure %build @@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT %makeinstall %clean -rm -rf %{_builddir}/proj-4.9.1 +rm -rf %{_builddir}/proj-4.9.3 rm -rf $RPM_BUILD_ROOT %files diff --git a/src/Makefile.am b/src/Makefile.am index b961c930..c048ad7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7 +29,7 @@ test228_LDADD = libproj.la @THREAD_LIB@ lib_LTLIBRARIES = libproj.la -libproj_la_LDFLAGS = -no-undefined -version-info 11:0:0 +libproj_la_LDFLAGS = -no-undefined -version-info 12:0:0 libproj_la_SOURCES = \ pj_list.h \ diff --git a/src/pj_release.c b/src/pj_release.c index 1f5a201e..1758a536 100644 --- a/src/pj_release.c +++ b/src/pj_release.c @@ -2,7 +2,7 @@ #include <projects.h> -char const pj_release[]="Rel. 4.9.3, dd Month yyyy"; +char const pj_release[]="Rel. 4.9.3, 15 August 2016"; const char *pj_get_release() |
