1
0
mirror of https://gitlab.com/JKANetwork/jka-toolkit.git synced 2026-02-23 13:33:49 +01:00

Update version number

This commit is contained in:
JoseluCross
2016-06-07 13:42:19 +02:00
parent 14fb0e4f02
commit 9671a75d73
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
export TEXTDOMAIN='apw'
export TEXTDOMAINDIR='/usr/share/locale'
#Version variable
version="1.6.1"
version="1.6.2"
#This option is for make if case insensitive
shopt -s nocasematch

View File

@@ -96,7 +96,7 @@ function decompress() {
echo
fi
}
version="1.0.0"
version="1.0.1"
if [ -z $1 ];then
echo "$(gettext "No option specified, use jkazip -h")"
elif [ $1 = "-h" ];then