summaryrefslogtreecommitdiff
path: root/packages/postgres/fpmake.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/postgres/fpmake.pp')
-rw-r--r--packages/postgres/fpmake.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/postgres/fpmake.pp b/packages/postgres/fpmake.pp
index 4d537006af..07af11f32b 100644
--- a/packages/postgres/fpmake.pp
+++ b/packages/postgres/fpmake.pp
@@ -13,10 +13,11 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('postgres');
+ P.ShortName:='pgr';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='2.7.1';
+ P.Version:='3.1.1';
P.SourcePath.Add('src');
P.OSes := AllUnixOSes-[qnx]+AllWindowsOSes;