0.2 point
This commit is contained in:
parent
dadc0dee29
commit
44f8adfbbd
3 changed files with 5 additions and 5 deletions
4
README
4
README
|
@ -14,10 +14,10 @@ Latest release and setup
|
||||||
----------------------------
|
----------------------------
|
||||||
Clone this repository to get the latest development version.
|
Clone this repository to get the latest development version.
|
||||||
|
|
||||||
Currently we are at version 0.1.1 of the software.
|
Currently we are at version 0.2 of the software.
|
||||||
|
|
||||||
If you'd like the point release (stable) version, run this command below:
|
If you'd like the point release (stable) version, run this command below:
|
||||||
git reset --hard 86a7f10
|
git reset --hard coffee6
|
||||||
|
|
||||||
This will reset your git tree back to the latest version that is stable.
|
This will reset your git tree back to the latest version that is stable.
|
||||||
|
|
||||||
|
|
|
@ -11,10 +11,10 @@
|
||||||
<h2>Latest release and setup</h2>
|
<h2>Latest release and setup</h2>
|
||||||
<p>Clone this repository to get the latest development version.</p>
|
<p>Clone this repository to get the latest development version.</p>
|
||||||
|
|
||||||
<p>Currently we are at version 0.1.1 of the software.</p>
|
<p>Currently we are at version 0.2 of the software.</p>
|
||||||
|
|
||||||
<p>If you'd like the point release (stable) version, run this command below:</p>
|
<p>If you'd like the point release (stable) version, run this command below:</p>
|
||||||
<code>git reset --hard 86a7f10</code>
|
<code>git reset --hard coffee6</code>
|
||||||
|
|
||||||
<p>This will reset your git tree back to the latest version that is stable.</p>
|
<p>This will reset your git tree back to the latest version that is stable.</p>
|
||||||
|
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export debug="true"
|
export debug="false"
|
||||||
export version="0.2"
|
export version="0.2"
|
||||||
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