From 150474748030925b20b390f2109c565d2e96c17a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 19 Apr 2011 05:17:28 +0200 Subject: [PATCH] config/options: set addon version to 0.99 Signed-off-by: Stephan Raue --- config/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/options b/config/options index 622fcb65c2..e79b189752 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.90" + OS_VERSION="0.99" else OS_MAJOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f1 -d "."` OS_MINOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f2 -d "."`