Skip to content

Commit

Permalink
bumped version to 9.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Oct 12, 2015
1 parent 559913a commit 67dcef2
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.3;
POSTGRES_VERSION = 9.3.9;
POSTGRES_VERSION = 9.3.10;
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.3;
POSTGRES_VERSION = 9.3.9;
POSTGRES_VERSION = 9.3.10;
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.3.9
POSTGRES_VERSION=9.3.10
POSTGRES_MAJOR_VERSION=9.3
GDAL_VERSION=1.11.3
GEOS_VERSION=3.4.2
Expand Down

0 comments on commit 67dcef2

Please sign in to comment.