summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Berg2016-01-07 14:06:38 +0000
committerChristoph Berg2016-01-07 14:06:38 +0000
commit8c27fbe698cd8b24548f0449d6b708d45b5c61b3 (patch)
treed892ec807e5115126e567131505bb596e030e6de
parentacbde6643c0e80856db64e580a63fef9b4ec6b2b (diff)
9.5 is stable
-rwxr-xr-xjenkins/generate-pgdg-source6
1 files changed, 3 insertions, 3 deletions
diff --git a/jenkins/generate-pgdg-source b/jenkins/generate-pgdg-source
index e8bc9c0..9d8147e 100755
--- a/jenkins/generate-pgdg-source
+++ b/jenkins/generate-pgdg-source
@@ -3,7 +3,7 @@
# The MIT License
#
# Copyright (c) 2011,2012 by Michael Prokop <[email protected]>
-# Copyright (c) 2012-2015 by Christoph Berg <[email protected]>
+# Copyright (c) 2012-2016 by Christoph Berg <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -39,9 +39,9 @@ set -e
set -u
# which PostgreSQL major version to pull libpq et al. from (should be last stable release)
-PGLIBVER="9.4"
+PGLIBVER="9.5"
# which libpq version to use in sid (latest beta)
-PGLIBVER_SID="9.4"
+PGLIBVER_SID="9.5"
[ -n "${DEBEMAIL:-}" ] || export DEBEMAIL="apt.postgresql.org autobuilder <[email protected]>"