summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-08-14 01:21:23 +0000
committertv <tv@NetBSD.org>2001-08-14 01:21:23 +0000
commitdabda7618119f84ecdd948f751f238d770be6559 (patch)
treeaf4872d0fc0d2ffbc0d9bb0e9222aa4292e57130 /gnu/lib/libstdc++
parent6c78eab38c97010299e425e3e4ca47273b57c2e2 (diff)
For now, just to make sure we don't conflict with an out-of-the-box
gcc 3.0 build (as noted by mrg), bump shlib major again, to version 4.0. There might be a better solution to this kind of thing in the future; I'll have to think about it.
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/shlib_version b/gnu/lib/libstdc++/shlib_version
index 6b108885c89..01547dfac16 100644
--- a/gnu/lib/libstdc++/shlib_version
+++ b/gnu/lib/libstdc++/shlib_version
@@ -1,3 +1,3 @@
-# $NetBSD: shlib_version,v 1.4 2001/07/24 19:44:50 tv Exp $
-major=3
+# $NetBSD: shlib_version,v 1.5 2001/08/14 01:21:23 tv Exp $
+major=4
minor=0