From fce661bda17ac51d35550f79014f9cc61d525979 Mon Sep 17 00:00:00 2001 From: Jakob Egger Date: Wed, 30 Mar 2016 19:38:12 +0200 Subject: [PATCH] Bump PostgreSQL to version 9.5.2 --- Postgres.xcodeproj/project.pbxproj | 4 ++-- src/makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Postgres.xcodeproj/project.pbxproj b/Postgres.xcodeproj/project.pbxproj index 2bca23bda..023faf978 100644 --- a/Postgres.xcodeproj/project.pbxproj +++ b/Postgres.xcodeproj/project.pbxproj @@ -649,7 +649,7 @@ POSTGRESAPP_BUILD_VERSION = "$(POSTGRES_VERSION).$(POSTGRESAPP_MINOR_VERSION)"; POSTGRESAPP_MINOR_VERSION = 0; POSTGRES_MAJOR_VERSION = 9.5; - POSTGRES_VERSION = 9.5.1; + POSTGRES_VERSION = 9.5.2; SDKROOT = macosx; }; name = Debug; @@ -677,7 +677,7 @@ POSTGRESAPP_BUILD_VERSION = "$(POSTGRES_VERSION).$(POSTGRESAPP_MINOR_VERSION)"; POSTGRESAPP_MINOR_VERSION = 0; POSTGRES_MAJOR_VERSION = 9.5; - POSTGRES_VERSION = 9.5.1; + POSTGRES_VERSION = 9.5.2; SDKROOT = macosx; }; name = Release; diff --git a/src/makefile b/src/makefile index 9a00076c0..f8a484c29 100644 --- a/src/makefile +++ b/src/makefile @@ -1,7 +1,7 @@ # VERSION numbers POSTGIS_VERSION=2.2.2 POSTGIS_MAJOR_VERSION=2.2 -POSTGRES_VERSION=9.5.1 +POSTGRES_VERSION=9.5.2 POSTGRES_MAJOR_VERSION=9.5 GDAL_VERSION=1.11.3 GEOS_VERSION=3.5.0