]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix missed version-stamping.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Sep 2007 14:05:52 +0000 (14:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Sep 2007 14:05:52 +0000 (14:05 +0000)
src/include/pg_config.h.win32

index 4f5e4af4f6cd3b0e1b4f47794d6d05eabc870e7f..7e0c5e27554785f41c8542bf9eb557e5a94d9c39 100644 (file)
 #define PG_VERSION "8.2.5"
 
 /* PostgreSQL version as a number */
-#define PG_VERSION_NUM 80204
+#define PG_VERSION_NUM 80205
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "postgresql"