From 0d0544e941026a93c82ef16ac978cb4e134d9b14 Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 27 Dec 2012 15:17:01 +0000 Subject: [PATCH] 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 --- sys/rump/VERSION | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/rump/VERSION diff --git a/sys/rump/VERSION b/sys/rump/VERSION new file mode 100644 index 000000000000..9b3ee129c17d --- /dev/null +++ b/sys/rump/VERSION @@ -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