From 8bcf6f996eec56d6659ba8700fd52f78bddb70e7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 15 Oct 2011 04:42:14 +0200 Subject: [PATCH] config/options: update $OS_VERSION to 1.0 Signed-off-by: Stephan Raue --- config/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/options b/config/options index 18d9a875e0..0a916b75b4 100644 --- a/config/options +++ b/config/options @@ -20,7 +20,7 @@ PROJECT_DIR="$ROOT/projects" OPENELEC_VERSION=`cat VERSION` if [ "$OPENELEC_VERSION" = "devel" ]; then - OS_VERSION="0.99" + OS_VERSION="1.0" else OS_MAJOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f1 -d "."` OS_MINOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f2 -d "."`