diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-01 22:16:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-01 22:16:12 +0000 |
commit | 07a4baa5e5cc21944bf12061932a9529cfc01aa2 (patch) | |
tree | 89e9b319aaa0864ee099769ccfa910d4cc252b09 /distrib/hp300 | |
parent | faf73af7d6db040f80435febab6b2adb81e340f6 (diff) |
21 -> 22, 2.1 -> 2.2
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/install.sub b/distrib/hp300/ramdisk/install.sub index 13df8c0022c..2772d5ca432 100644 --- a/distrib/hp300/ramdisk/install.sub +++ b/distrib/hp300/ramdisk/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.4 1997/04/21 07:32:12 downsj Exp $ +# $OpenBSD: install.sub,v 1.5 1997/10/01 22:16:10 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ # OpenBSD installation/upgrade script - common subroutines. ROOTDISK="" # filled in below -VERSION=2.1 # filled in automatically (see list) +VERSION=2.2 # filled in automatically (see list) export VERSION ALLSETS="base comp etc games man misc text" # default install sets |