From: fuzzyray Date: Mon, 1 Mar 2010 21:17:11 +0000 (-0000) Subject: Fix VERSION string caused by previous patching X-Git-Tag: gentoolkit-0.2.4.6.1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc5dbad323e51edd67bba91988fc3a477dd79cf4;p=gentoolkit.git Fix VERSION string caused by previous patching svn path=/branches/gentoolkit-0.2.4/; revision=749 --- diff --git a/src/revdep-rebuild/revdep-rebuild b/src/revdep-rebuild/revdep-rebuild index e2b551d..de40085 100755 --- a/src/revdep-rebuild/revdep-rebuild +++ b/src/revdep-rebuild/revdep-rebuild @@ -18,7 +18,7 @@ unset GREP_OPTIONS # Readonly variables: declare -r APP_NAME="${0##*/}" # The name of this application -declare -r VERSION="genscripts-r230" +declare -r VERSION="0.2.4.6" declare -r OIFS="$IFS" # Save the IFS declare -r ENV_FILE=0_env.rr # Contains environment variables declare -r FILES_FILE=1_files.rr # Contains a list of files to search