1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Stamp HEAD as 9.3devel.

Let the hacking begin ...
This commit is contained in:
Tom Lane
2012-06-13 20:03:02 -04:00
parent 80edfd7659
commit bed88fceac
7 changed files with 22 additions and 22 deletions

View File

@@ -548,16 +548,16 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 9.2beta2"
#define PACKAGE_STRING "PostgreSQL 9.3devel"
/* Define to the version of this package. */
#define PACKAGE_VERSION "9.2beta2"
#define PACKAGE_VERSION "9.3devel"
/* PostgreSQL version as a string */
#define PG_VERSION "9.2beta2"
#define PG_VERSION "9.3devel"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90200
#define PG_VERSION_NUM 90300
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"