Skip to content

Commit

Permalink
PostgreSQL 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Mar 30, 2016
1 parent cef2a73 commit e34a88f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Postgres.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,9 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
POSTGRESAPP_BUILD_VERSION = "$(POSTGRES_VERSION).$(POSTGRESAPP_MINOR_VERSION)";
POSTGRESAPP_MINOR_VERSION = 1;
POSTGRESAPP_MINOR_VERSION = 0;
POSTGRES_MAJOR_VERSION = 9.4;
POSTGRES_VERSION = 9.4.6;
POSTGRES_VERSION = 9.4.7;
SDKROOT = macosx;
};
name = Debug;
Expand All @@ -675,9 +675,9 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
POSTGRESAPP_BUILD_VERSION = "$(POSTGRES_VERSION).$(POSTGRESAPP_MINOR_VERSION)";
POSTGRESAPP_MINOR_VERSION = 1;
POSTGRESAPP_MINOR_VERSION = 0;
POSTGRES_MAJOR_VERSION = 9.4;
POSTGRES_VERSION = 9.4.6;
POSTGRES_VERSION = 9.4.7;
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.1.8
POSTGIS_MAJOR_VERSION=2.1
POSTGRES_VERSION=9.4.6
POSTGRES_VERSION=9.4.7
POSTGRES_MAJOR_VERSION=9.4
GDAL_VERSION=1.11.3
GEOS_VERSION=3.4.2
Expand Down

0 comments on commit e34a88f

Please sign in to comment.