Skip to content

Commit 40d8577

Browse files
committed
Fix version in pg_config.h.win32
1 parent 8ca9462 commit 40d8577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,9 @@
574574

575575
#define PGPRO_EDITION "standard"
576576

577-
#define PGPRO_VERSION "9.6.1.1"
577+
#define PGPRO_VERSION "9.6.2.1"
578578

579-
#define PGPRO_PACKAGE_STR "PostgresPro 9.6.1.1"
579+
#define PGPRO_PACKAGE_STR "PostgresPro 9.6.2.1"
580580

581581
/* Define to the one symbol short name of this package. */
582582
#define PACKAGE_TARNAME "postgresql"

0 commit comments

Comments
 (0)