Skip to content

Commit

Permalink
bump version to 9.4.6.1
Browse files Browse the repository at this point in the history
fix plv8 bug PostgresApp#311
  • Loading branch information
jakob committed Feb 22, 2016
1 parent f549b2e commit 7057430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Postgres.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
POSTGRESAPP_BUILD_VERSION = "$(POSTGRES_VERSION).$(POSTGRESAPP_MINOR_VERSION)";
POSTGRESAPP_MINOR_VERSION = 0;
POSTGRESAPP_MINOR_VERSION = 1;
POSTGRES_MAJOR_VERSION = 9.4;
POSTGRES_VERSION = 9.4.6;
SDKROOT = macosx;
Expand Down Expand Up @@ -675,7 +675,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
POSTGRESAPP_BUILD_VERSION = "$(POSTGRES_VERSION).$(POSTGRESAPP_MINOR_VERSION)";
POSTGRESAPP_MINOR_VERSION = 0;
POSTGRESAPP_MINOR_VERSION = 1;
POSTGRES_MAJOR_VERSION = 9.4;
POSTGRES_VERSION = 9.4.6;
SDKROOT = macosx;
Expand Down

0 comments on commit 7057430

Please sign in to comment.