Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-05-06 22:37:25 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-05-06 22:38:33 +0300
commitc7adfedcaa6b220f31e19b753f0b5d43d9cdb01a (patch)
tree26079a62953f899fbb8800479efdda3b7b154f56 /package.sh
parente72a22d5c62923ff96d56cc5ff262ea10ff7349c (diff)
Update version/revision in about window and package.sh
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index befc2fca4e..4ca43440ed 100755
--- a/package.sh
+++ b/package.sh
@@ -26,7 +26,7 @@ export BUILD_NAME=15.02.1
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
##Revision
-export REVISION=1.19
+export REVISION=1.00
##Git commit
GIT_HASH=$(git rev-parse --short=4 HEAD)