summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2009-09-13 13:15:36 +0000
committerdeischen <deischen@FreeBSD.org>2009-09-13 13:15:36 +0000
commitd75b981c643f1c9d7f1914e4f4a60ecdeb3c2cb9 (patch)
tree9e5127e8748fcf4bbfc6633718ecc282d1dc04c4 /lib
parent030080a391d1a7f03cdb3ee4d04cbd3b50afc9a5 (diff)
downloadFreeBSD-src-d75b981c643f1c9d7f1914e4f4a60ecdeb3c2cb9.zip
FreeBSD-src-d75b981c643f1c9d7f1914e4f4a60ecdeb3c2cb9.tar.gz
Bump our namespace version for 9.0.
Add a comment about keeping the private namespace at the end of the dependency chain.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Versions.def12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index a17e0a5..da0ca6f 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -1,5 +1,11 @@
# $FreeBSD$
+#
+# Note: Whenever bumping the FBSD version, always make
+# FBSDprivate_1.0 depend on the new FBSD version.
+# This will keep it at the end of the dependency chain.
+#
+
# This is our first version; it depends on no other.
# This version was first added to 7.0-current.
FBSD_1.0 {
@@ -9,6 +15,10 @@ FBSD_1.0 {
FBSD_1.1 {
} FBSD_1.0;
+# This version was first added to 9.0-current.
+FBSD_1.2 {
+} FBSD_1.1;
+
# 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
@@ -16,4 +26,4 @@ FBSD_1.1 {
#
# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
-} FBSD_1.1;
+} FBSD_1.2;
OpenPOWER on IntegriCloud