From eb91a357d2c8fc8b20e1fb57877a26c480fb7fa5 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 5 Feb 2003 19:42:14 +0000 Subject: [PATCH] Change base version to 4.6.0. --- maint/mcsnap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/mcsnap b/maint/mcsnap index 2a3787d3f..9b13c4cfd 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-pre3" +BASE_VERSION="4.6.0" # Local directories MC_BASE_DIR="/usr/src/mc-$BASE_VERSION"