summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/scripts/miscfuncs.sh4
-rw-r--r--sbin/sysinstall/sysinstall.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/miscfuncs.sh b/release/scripts/miscfuncs.sh
index 53bd47c..275c98b 100644
--- a/release/scripts/miscfuncs.sh
+++ b/release/scripts/miscfuncs.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: miscfuncs.sh,v 1.5 1995/02/01 10:59:37 jkh Exp $
+# $Id: miscfuncs.sh,v 1.6 1995/02/02 08:31:37 jkh Exp $
if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then
return 0
@@ -22,7 +22,7 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
export PATH
# Keep this current with the distribution!
-DISTNAME="2.0-950202-SNAP"
+DISTNAME="2.0-950210-SNAP"
# Express or Custom install?
INSTALL_TYPE=""
diff --git a/sbin/sysinstall/sysinstall.h b/sbin/sysinstall/sysinstall.h
index 7f3b4c9..699934f 100644
--- a/sbin/sysinstall/sysinstall.h
+++ b/sbin/sysinstall/sysinstall.h
@@ -12,7 +12,7 @@
* its use.
*/
-#define TITLE "FreeBSD 2.0-950202-SNAP Install"
+#define TITLE "FreeBSD 2.0-950210-SNAP Install"
#define MAX_NO_DISKS 10
#define MAX_NO_FS 30
OpenPOWER on IntegriCloud