Module Name: src
Committed By: dholland
Date: Fri Jul 25 08:31:07 UTC 2014
Modified Files:
src/lib/libc: shlib_version
Log Message:
Bump libc minor version for new syscalls.
To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/lib/libc/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/shlib_version
diff -u src/lib/libc/shlib_version:1.253 src/lib/libc/shlib_version:1.254
--- src/lib/libc/shlib_version:1.253 Mon Jun 23 14:14:10 2014
+++ src/lib/libc/shlib_version Fri Jul 25 08:31:06 2014
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.253 2014/06/23 14:14:10 riastradh Exp $
+# $NetBSD: shlib_version,v 1.254 2014/07/25 08:31:06 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -42,4 +42,4 @@
# - move gethostbyname to a compat library
# - remove arc4random(3) API
major=12
-minor=192
+minor=193