consider this 0.1.1
This commit is contained in:
parent
a3187c9d90
commit
86a7f10ab9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export debug="true"
|
export debug="false"
|
||||||
export version="0.1.1"
|
export version="0.1.1"
|
||||||
if [ $debug = "true" ]; then
|
if [ $debug = "true" ]; then
|
||||||
echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version."
|
echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version."
|
||||||
|
|
Reference in a new issue