summaryrefslogtreecommitdiff
path: root/libpq/build/bootstrap.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 23:04:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 23:04:14 +0300
commit9864ef74b142a0ad92eff84d817262d569211f98 (patch)
treea7b4dfa8c507f91382304639ab12b72ed8474737 /libpq/build/bootstrap.build
parent63c1753565d7908b41b80058b599cd4ae4631b12 (diff)
Release version 12.1.0+2v12.1.0+2
Drop copyright notice from source code Use adhoc value for libpqdll.map prerequisite-specific variable include Minor cleanups
Diffstat (limited to 'libpq/build/bootstrap.build')
-rw-r--r--libpq/build/bootstrap.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpq/build/bootstrap.build b/libpq/build/bootstrap.build
index 22b180f..378e284 100644
--- a/libpq/build/bootstrap.build
+++ b/libpq/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
project = libpq
@@ -26,7 +25,7 @@ using install
# src/interfaces/libpq/Makefile.
#
# The library naming schema on Linux is libpq.so.<so_major>.<so_minor>
-# (SO_MAJOR_VERSION and SO_MINOR_VERSION in the Makefile) So presumably
+# (SO_MAJOR_VERSION and SO_MINOR_VERSION in the Makefile). So presumably
# so_major is incremented on backwards-incompatible ABI changes (it hasn't
# been for the several last major version releases). And so_minor is equal to
# the package major version.