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

Commit dc71024

Browse files
committed
Fix product name
1 parent 9433440 commit dc71024

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
@@ -2788,7 +2788,7 @@ fi
27882788
PGPRO_VERSION="$PACKAGE_VERSION.1"
27892789
PGPRO_PACKAGE_NAME="PostgresPro"
27902790
PGPRO_EDITION="enterprise"
2791-
PRODUCT_NAME="PostgresPro Enterprise"
2791+
PRODUCT_NAME="Postgres Pro Enterprise"
27922792

27932793

27942794

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PGAC_ARG_REQ(with, extra-version, [STRING], [append STRING to version],
4141
PGPRO_VERSION="$PACKAGE_VERSION.1"
4242
PGPRO_PACKAGE_NAME="PostgresPro"
4343
PGPRO_EDITION="enterprise"
44-
PRODUCT_NAME="PostgresPro Enterprise"
44+
PRODUCT_NAME="Postgres Pro Enterprise"
4545
AC_SUBST(PGPRO_PACKAGE_NAME)
4646
AC_SUBST(PGPRO_EDITION)
4747
AC_DEFINE_UNQUOTED(PG_VERSION, "$PG_VERSION", [PostgreSQL version as a string])

0 commit comments

Comments
 (0)