summaryrefslogtreecommitdiff
path: root/libpq/build/bootstrap.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-26 13:41:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-27 10:46:38 +0300
commitef7aa9649a7ac9b1b13bb75db89a3cca929fe559 (patch)
tree33a236148b1f2b7745442136ed7f44ac7d8575bc /libpq/build/bootstrap.build
parentc73d294857fa5dd52794b037343e12222181f0a0 (diff)
Upgrade to 14.0
Diffstat (limited to 'libpq/build/bootstrap.build')
-rw-r--r--libpq/build/bootstrap.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpq/build/bootstrap.build b/libpq/build/bootstrap.build
index 378e284..e0ef8e9 100644
--- a/libpq/build/bootstrap.build
+++ b/libpq/build/bootstrap.build
@@ -30,10 +30,10 @@ using install
# been for the several last major version releases). And so_minor is equal to
# the package major version.
#
-if ($version.major == 12 && $version.minor == 1)
+if ($version.major == 14 && $version.minor == 0)
{
abi_major = 5
- abi_minor = 12
+ abi_minor = 14
}
else
fail "increment the ABI version?"