Skip to content

Commit

Permalink
Bump PostgreSQL to version 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Feb 11, 2016
1 parent d2e1688 commit 694773e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Postgres.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 694773e

Please sign in to comment.