summaryrefslogtreecommitdiff
path: root/lib/libcurses++/shlib_version
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-03 06:39:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-03 06:39:40 +0000
commit32868b4dd9809cc3e4d27cb78803b473b2e19bcb (patch)
tree3c9ed2c2f1ce09226ef22de42d687b64c3c34794 /lib/libcurses++/shlib_version
parentf88fba524b8225e3140c74d5916ba4f618d14f5f (diff)
Crank all library major numbers. Needed due to the fact that we
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
Diffstat (limited to 'lib/libcurses++/shlib_version')
-rw-r--r--lib/libcurses++/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses++/shlib_version b/lib/libcurses++/shlib_version
index 893819d18ff..b52599a164f 100644
--- a/lib/libcurses++/shlib_version
+++ b/lib/libcurses++/shlib_version
@@ -1,2 +1,2 @@
-major=1
-minor=1
+major=2
+minor=0