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

Commit fb98f12

Browse files
committed
Fix product name
1 parent ca8aa8d commit fb98f12

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
PGPRO_VERSION="$PACKAGE_VERSION.2"
27832783
PGPRO_PACKAGE_NAME="PostgresPro"
27842784
PGPRO_EDITION="standard"
2785-
PRODUCT_NAME="PostgresPro Standard"
2785+
PRODUCT_NAME="Postgres Pro Standard"
27862786

27872787

27882788

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.2"
4242
PGPRO_PACKAGE_NAME="PostgresPro"
4343
PGPRO_EDITION="standard"
44-
PRODUCT_NAME="PostgresPro Standard"
44+
PRODUCT_NAME="Postgres Pro Standard"
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)