diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-11 11:59:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-11 11:59:24 +0300 |
commit | 965a6f15cb19e74ff8a9c242a2539fc6f56b227a (patch) | |
tree | 96c75cb7e6e35ee1b88a81e18e42451777008c34 /build/packwin | |
parent | c757bf80478dd5e4e40a6c24b436954ab498a855 (diff) | |
download | plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.tar.gz plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.tar.bz2 plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.tar.xz plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.zip |
Change version to 1.4.10.11v1.4.10.11
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 6fb8e2ec0..4de39d58a 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.4.9.27" \ + -DPRODUCT_VERSION="1.4.10.11" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |