Skip to content

Commit 4d2abdf

Browse files
committed
Calculation for PGPRO_VERSION_STR updated
1 parent 9abe67f commit 4d2abdf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17514,7 +17514,7 @@ _ACEOF
1751417514

1751517515

1751617516
cat >>confdefs.h <<_ACEOF
17517-
#define PGPRO_VERSION_STR "PostgresPro 9.5.2.3 on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"
17517+
#define PGPRO_VERSION_STR "$PGPRO_PACKAGE_NAME $PGPRO_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"
1751817518
_ACEOF
1751917519

1752017520
# Supply a numeric version string for use by 3rd party add-ons

configure.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
dnl AC_INIT([PostgresPro], [9.5.1.3], [bugs@postgrespro.ru])
2120
AC_INIT([PostgreSQL], [9.5.2], [bugs@postgrespro.ru],[postgrespro])
2221
PACKAGE_TARNAME=postgrespro
2322
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
@@ -2216,7 +2215,7 @@ AC_DEFINE_UNQUOTED(PG_VERSION_STR,
22162215
["PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
22172216
[A string containing the version number, platform, and C compiler])
22182217
AC_DEFINE_UNQUOTED(PGPRO_VERSION_STR,
2219-
["PostgresPro 9.5.2.3 on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
2218+
["$PGPRO_PACKAGE_NAME $PGPRO_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
22202219
[A string containing the version number, platform, and C compiler])
22212220
# Supply a numeric version string for use by 3rd party add-ons
22222221
# awk -F is a regex on some platforms, and not on others, so make "." a tab

0 commit comments

Comments
 (0)