mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/options: update $OS_VERSION to 1.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ffc1536dce
commit
8bcf6f996e
@ -20,7 +20,7 @@ PROJECT_DIR="$ROOT/projects"
|
|||||||
OPENELEC_VERSION=`cat VERSION`
|
OPENELEC_VERSION=`cat VERSION`
|
||||||
|
|
||||||
if [ "$OPENELEC_VERSION" = "devel" ]; then
|
if [ "$OPENELEC_VERSION" = "devel" ]; then
|
||||||
OS_VERSION="0.99"
|
OS_VERSION="1.0"
|
||||||
else
|
else
|
||||||
OS_MAJOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f1 -d "."`
|
OS_MAJOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f1 -d "."`
|
||||||
OS_MINOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f2 -d "."`
|
OS_MINOR_VERSION=`echo "$OPENELEC_VERSION" | cut -f2 -d "."`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user