diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-10 11:23:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-10 11:23:21 +0300 |
commit | e480508d4e467d161febdadfa46e41a49be11715 (patch) | |
tree | 42864a40cb7971dd5bde71a6efda5a6a9b3b4e85 /build/packevol | |
parent | 488f656082881a7873d56cb41311662c20558d7a (diff) | |
download | plus-e480508d4e467d161febdadfa46e41a49be11715.tar.gz plus-e480508d4e467d161febdadfa46e41a49be11715.tar.bz2 plus-e480508d4e467d161febdadfa46e41a49be11715.tar.xz plus-e480508d4e467d161febdadfa46e41a49be11715.zip |
Change version to 1.4.5.10.
Diffstat (limited to 'build/packevol')
-rwxr-xr-x | build/packevol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/packevol b/build/packevol index 6f5460d33..c40f848c7 100755 --- a/build/packevol +++ b/build/packevol @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.4.4.26" \ + -DPRODUCT_VERSION="1.4.5.10" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi |