diff options
author | deischen <deischen@FreeBSD.org> | 2007-12-14 20:49:06 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-12-14 20:49:06 +0000 |
commit | 85b00ba4b1b0a927f57c15afb6cfa5352006182f (patch) | |
tree | 4c5e4da0920e6e92786755071d0cd8cbd5a9495b /lib/libc | |
parent | 6d9ac953117ed0ef92bd76f9ec691f61011a4bb5 (diff) | |
download | FreeBSD-src-85b00ba4b1b0a927f57c15afb6cfa5352006182f.zip FreeBSD-src-85b00ba4b1b0a927f57c15afb6cfa5352006182f.tar.gz |
Increment the version namespace for 8.0-current. New symbols and
symbols whose ABI has changed should be added to FBSD_1.1.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/Versions.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index 2cbfec1..eb923dc 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -1,9 +1,14 @@ # $FreeBSD$ # This is our first version; it depends on no other. +# This version was first added to 7.0-current. FBSD_1.0 { }; +# This version was first added to 8.0-current. +FBSD_1.1 { +} FBSD_1.0; + # This is our private namespace. Any global interfaces that are # strictly for use only by other FreeBSD applications and libraries # are listed here. We use a separate namespace so we can write |