From 9b2632690d12a21bb805aa3c736dbaa498a5750c Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 26 Dec 2002 22:05:26 +0000 Subject: [PATCH] Change base version to 4.6.0-pre2. --- maint/mcsnap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/mcsnap b/maint/mcsnap index 73ffb2658..6e50263e0 100755 --- a/maint/mcsnap +++ b/maint/mcsnap @@ -22,7 +22,7 @@ set -e # Version to make patches against. # Make sure to have it unpacked in /usr/src -BASE_VERSION="4.6.0-pre1" +BASE_VERSION="4.6.0-pre2" # Local directories MC_BASE_DIR="/usr/src/mc-$BASE_VERSION"