From a3ec9edcc3eee19ec47c2935d054ba882f45246e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 19 Mar 2012 13:13:17 +0100 Subject: [PATCH] VERSION: move to config/version Signed-off-by: Stephan Raue --- config/options | 2 +- VERSION => config/version | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename VERSION => config/version (100%) diff --git a/config/options b/config/options index c52297c1d0..7bd577b794 100644 --- a/config/options +++ b/config/options @@ -18,7 +18,7 @@ ROOT=`pwd` PROJECT_DIR="$ROOT/projects" # include versioning - . ./VERSION + . config/version # read project options if available if [ -f "$PROJECT_DIR/$PROJECT/options" ]; then diff --git a/VERSION b/config/version similarity index 100% rename from VERSION rename to config/version