From 694773ea610752634edbe07871b5a7cdfac09861 Mon Sep 17 00:00:00 2001 From: Jakob Egger Date: Thu, 11 Feb 2016 12:02:13 +0100 Subject: [PATCH] Bump PostgreSQL to version 9.5.1 --- 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 f1cb60530..2bca23bda 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.0; + POSTGRES_VERSION = 9.5.1; 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.0; + POSTGRES_VERSION = 9.5.1; SDKROOT = macosx; }; name = Release; diff --git a/src/makefile b/src/makefile index 924e2d464..f7e7c49e0 100644 --- a/src/makefile +++ b/src/makefile @@ -1,7 +1,7 @@ # VERSION numbers POSTGIS_VERSION=2.2.1 POSTGIS_MAJOR_VERSION=2.2 -POSTGRES_VERSION=9.5.0 +POSTGRES_VERSION=9.5.1 POSTGRES_MAJOR_VERSION=9.5 GDAL_VERSION=1.11.3 GEOS_VERSION=3.5.0