Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/lib/libstdc++ For now, just to make sure we don't confli...



details:   https://anonhg.NetBSD.org/src/rev/0bcee830feea
branches:  trunk
changeset: 513790:0bcee830feea
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Aug 14 01:21:23 2001 +0000

description:
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:

 gnu/lib/libstdc++/shlib_version |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (9 lines):

diff -r e7e4fe7ada38 -r 0bcee830feea gnu/lib/libstdc++/shlib_version
--- a/gnu/lib/libstdc++/shlib_version   Tue Aug 14 01:13:34 2001 +0000
+++ b/gnu/lib/libstdc++/shlib_version   Tue Aug 14 01:21:23 2001 +0000
@@ -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



Home | Main Index | Thread Index | Old Index