Skip to content

Commit 194b966

Browse files
committed
Fix identity
1 parent e376383 commit 194b966

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,11 +580,11 @@ MFLAGS=
580580
MAKEFLAGS=
581581

582582
# Identity of this package.
583-
PACKAGE_NAME='PostgreSQL'
584-
PACKAGE_TARNAME='postgresql'
583+
PACKAGE_NAME='PostgresPro'
584+
PACKAGE_TARNAME='postgrespro'
585585
PACKAGE_VERSION='9.6.beta.4'
586-
PACKAGE_STRING='PostgreSQL 9.6.beta.4'
587-
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
586+
PACKAGE_STRING='PostgresPro 9.6.beta.4'
587+
PACKAGE_BUGREPORT='bugs@postgrespro.ru'
588588
PACKAGE_URL=''
589589

590590
ac_unique_file="src/backend/access/common/heaptuple.c"

0 commit comments

Comments
 (0)