Skip to content

Commit 60e8ffe

Browse files
committed
Change PostgresPro version to 9.5.4.1
1 parent e5ac0d6 commit 60e8ffe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ fi
27462746

27472747

27482748

2749-
PGPRO_VERSION="$PACKAGE_VERSION.3"
2749+
PGPRO_VERSION="$PACKAGE_VERSION.1"
27502750
PGPRO_PACKAGE_NAME="PostgresPro"
27512751

27522752

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PGAC_ARG_REQ(with, extra-version, [STRING], [append STRING to version],
3838
[PG_VERSION="$PACKAGE_VERSION$withval"],
3939
[PG_VERSION="$PACKAGE_VERSION"])
4040

41-
PGPRO_VERSION="$PACKAGE_VERSION.3"
41+
PGPRO_VERSION="$PACKAGE_VERSION.1"
4242
PGPRO_PACKAGE_NAME="PostgresPro"
4343
AC_SUBST(PGPRO_PACKAGE_NAME)
4444

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.3.1"
585+
#define PGPRO_PACKAGE_VERSION "9.5.4.1"
586586

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

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

0 commit comments

Comments
 (0)