summaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index af07f1f7658..dd79a709408 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.53 2003/06/02 23:28:01 millert Exp $
+# $OpenBSD: newvers.sh,v 1.54 2003/08/11 14:52:42 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -61,16 +61,16 @@ id=`basename ${d}`
# change /X.X/macppc/bsd.rd
ost="OpenBSD"
-osr="3.3"
+osr="3.4"
cat >vers.c <<eof
const char ostype[] = "${ost}";
const char osrelease[] = "${osr}";
const char osversion[] = "${id}#${v}";
const char sccs[] =
- " @(#)${ost} ${osr}-current (${id}) #${v}: ${t}\n";
+ " @(#)${ost} ${osr}-beta (${id}) #${v}: ${t}\n";
const char version[] =
- "${ost} ${osr}-current (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
+ "${ost} ${osr}-beta (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
eof
expr ${v} + 1 > version