diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-13 17:52:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-13 17:52:26 +0300 |
commit | 2a77d52ce39598313f97141ba4e5e2b952f7a196 (patch) | |
tree | 8c16335bb6e0441756e54cb2d3168a02902ca7d6 /build/packwin | |
parent | 609b40bd07b963020389812aae41344f55a51ee1 (diff) | |
download | mv-2a77d52ce39598313f97141ba4e5e2b952f7a196.tar.gz mv-2a77d52ce39598313f97141ba4e5e2b952f7a196.tar.bz2 mv-2a77d52ce39598313f97141ba4e5e2b952f7a196.tar.xz mv-2a77d52ce39598313f97141ba4e5e2b952f7a196.zip |
Change version to 1.6.8.14v1.6.8.14
Diffstat (limited to 'build/packwin')
-rwxr-xr-x | build/packwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/packwin b/build/packwin index 5d6315b65..ddff3aff1 100755 --- a/build/packwin +++ b/build/packwin @@ -7,7 +7,7 @@ dir=`pwd` cd packaging/windows ./make-translations.sh makensis -DDLLDIR=$dir/../libs/dll/ \ - -DPRODUCT_VERSION="1.6.7.30" \ + -DPRODUCT_VERSION="1.6.8.14" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |