summaryrefslogtreecommitdiffstats
path: root/postgresql-setup.in
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-setup.in')
-rw-r--r--postgresql-setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-setup.in b/postgresql-setup.in
index 6cd9893..bd96e09 100644
--- a/postgresql-setup.in
+++ b/postgresql-setup.in
@@ -81,7 +81,7 @@ debug() { test "$option_debug" = "1" && echo >&2 $"DEBUG: $@"; }
print_version()
{
- echo "@PACKAGE@ @VERSION@"
+ echo "postgresql@DISTSUFF@-setup @VERSION@"
echo $"Built against PostgreSQL version @PGMAJORVERSION@ and configured"
echo $"to upgrade from PostgreSQL version @PREVMAJORVERSION@."
}