diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-07 01:17:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-07 01:17:31 +0300 |
commit | 9c2f2cae4fdebe4dadad7eab3643d5f4556924ea (patch) | |
tree | 882288d5fcaab0ad0e7de9de1d67fb508e415802 /build | |
parent | a81baa9e0bad6e312af008a800b346c172be47d1 (diff) | |
download | plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.tar.gz plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.tar.bz2 plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.tar.xz plus-9c2f2cae4fdebe4dadad7eab3643d5f4556924ea.zip |
Change version to 1.2.7.8
Diffstat (limited to 'build')
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packwin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/packevol b/build/packevol index 500ffda82..d9ca741f0 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.2.6.24" \ + -DPRODUCT_VERSION="1.2.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ evol.nsi diff --git a/build/packwin b/build/packwin index 205a15346..884d1e0b4 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.2.6.24" \ + -DPRODUCT_VERSION="1.2.7.8" \ -DEXESUFFIX=/src \ -DUPX=true \ setup.nsi |