Module Name:    src
Committed By:   pooka
Date:           Thu Dec 27 15:17:01 UTC 2012

Added Files:
        src/sys/rump: VERSION

Log Message:
Since cvs does not provide a version number for the entire tree, provide
identifiers which can be used by external parties to check if the NetBSD
source tree is of required vintage.

inspired by a buildrump.sh bug report due to an out-of-date src


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/VERSION

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/sys/rump/VERSION
diff -u /dev/null src/sys/rump/VERSION:1.1
--- /dev/null	Thu Dec 27 15:17:01 2012
+++ src/sys/rump/VERSION	Thu Dec 27 15:17:01 2012
@@ -0,0 +1,12 @@
+#	$NetBSD: VERSION,v 1.1 2012/12/27 15:17:01 pooka Exp $
+#
+# Since cvs does not provide a version number for the entire tree, provide
+# identifiers which can be used by external parties to check if the NetBSD
+# source tree is of required vintage.
+# 
+# This file is of the format NAME=date:subdate.  Subdate is incremented
+# if there are multiple version bumps during one day and is reset to 0
+# when date is bumped.
+#
+
+BUILDRUMP=20121227:0

Reply via email to