Skip to content

Commit 6c469b6

Browse files
committed
Fixed version number for windows build
1 parent 5421fda commit 6c469b6

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
@@ -582,9 +582,9 @@
582582

583583
#define PGPRO_PACKAGE_NAME "PostgresPro"
584584

585-
#define PGPRO_PACKAGE_VERSION "9.5.2.3"
585+
#define PGPRO_PACKAGE_VERSION "9.5.3.1"
586586

587-
#define PGPRO_PACKAGE_STR "PostgresPro 9.5.2.3"
587+
#define PGPRO_PACKAGE_STR "PostgresPro 9.5.3.1"
588588

589589
/* Define to the one symbol short name of this package. */
590590
#define PACKAGE_TARNAME "postgrespro"

0 commit comments

Comments
 (0)