Skip to content

Commit

Permalink
Bump PostgreSQL version to 9.5rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Dec 18, 2015
1 parent 06e8fba commit 6956302
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.5beta2;
POSTGRES_VERSION = 9.5rc1;
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.5beta2;
POSTGRES_VERSION = 9.5rc1;
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.0
POSTGIS_MAJOR_VERSION=2.2
POSTGRES_VERSION=9.5beta2
POSTGRES_VERSION=9.5rc1
POSTGRES_MAJOR_VERSION=9.5
GDAL_VERSION=1.11.3
GEOS_VERSION=3.5.0
Expand Down

0 comments on commit 6956302

Please sign in to comment.