summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-07-21 20:30:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-07-21 20:30:47 +0000
commit6dba1bee0d13c6179e7711261eed9c4d3a0e6c7b (patch)
tree5d9019543b9593d02dc978ecd088651fd5cec680
parenta14aa9c7bb450c30a87620e604da414411b72cb9 (diff)
minor number bump due to added functions
-rw-r--r--lib/libc/shlib_version2
-rw-r--r--lib/libpthread/shlib_version2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 594c4e6d47c..76dddc88a6b 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,2 +1,2 @@
major=30
-minor=0 # note: remember to update minor in ../libpthread/shlib_version
+minor=1 # note: remember to update minor in ../libpthread/shlib_version
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version
index b52599a164f..c6e3f4d3fc0 100644
--- a/lib/libpthread/shlib_version
+++ b/lib/libpthread/shlib_version
@@ -1,2 +1,2 @@
major=2
-minor=0
+minor=1