Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f46b719

Browse files
committed
Set PGPRO version to 10.3.2
1 parent 185d62a commit f46b719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

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

27832783

27842784

2785-
PGPRO_VERSION="$PACKAGE_VERSION.1"
2785+
PGPRO_VERSION="$PACKAGE_VERSION.2"
27862786
PGPRO_PACKAGE_NAME="PostgresPro"
27872787
PGPRO_EDITION="standard"
27882788
PGPRO_EDN="std"

configure.in

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

42-
PGPRO_VERSION="$PACKAGE_VERSION.1"
42+
PGPRO_VERSION="$PACKAGE_VERSION.2"
4343
PGPRO_PACKAGE_NAME="PostgresPro"
4444
PGPRO_EDITION="standard"
4545
PGPRO_EDN="std"

0 commit comments

Comments
 (0)