Module Name: src
Committed By: pooka
Date: Sat Oct 17 21:36:02 UTC 2009
Modified Files:
src/lib/libpuffs: shlib_version
Log Message:
Add some comments on how to act when major is bumped the next time.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpuffs/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/libpuffs/shlib_version
diff -u src/lib/libpuffs/shlib_version:1.2 src/lib/libpuffs/shlib_version:1.3
--- src/lib/libpuffs/shlib_version:1.2 Sun Jan 11 03:07:49 2009
+++ src/lib/libpuffs/shlib_version Sat Oct 17 21:36:02 2009
@@ -1,4 +1,12 @@
-# $NetBSD: shlib_version,v 1.2 2009/01/11 03:07:49 christos Exp $
+# $NetBSD: shlib_version,v 1.3 2009/10/17 21:36:02 pooka Exp $
+#
+
+#
+# NOTE!
+#
+# next time major is bumped:
+# 1) enable puffs_ops_spare
+# 2) get rid of PUFFS_DEVEL_LIBVERSION
#
major=1
minor=0