diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 06:39:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-03 06:39:40 +0000 |
commit | 32868b4dd9809cc3e4d27cb78803b473b2e19bcb (patch) | |
tree | 3c9ed2c2f1ce09226ef22de42d687b64c3c34794 /lib/libcurses++/shlib_version | |
parent | f88fba524b8225e3140c74d5916ba4f618d14f5f (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_version | 4 |
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 |