summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-01 13:20:27 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-01 13:20:27 -0300
commit6768f2471a198879788e1b48f690535a58573d32 (patch)
treeda2d499541ce9ae6e5afa9adb6de0f734b1af784 /build
parent294b01920f399fab038ea004038f86abb6314edd (diff)
downloadplus-6768f2471a198879788e1b48f690535a58573d32.tar.gz
plus-6768f2471a198879788e1b48f690535a58573d32.tar.bz2
plus-6768f2471a198879788e1b48f690535a58573d32.tar.xz
plus-6768f2471a198879788e1b48f690535a58573d32.zip
Remove versioning (1.9.3.23 -> 1.0)
Diffstat (limited to 'build')
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/packevol b/build/packevol
index bcc655d35..8da89d051 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.9.3.23" \
+ -DPRODUCT_VERSION="1.0" \
-DEXESUFFIX=/src \
-DUPX=true \
-DBITS=${BITS} \
diff --git a/build/packtmw b/build/packtmw
index e9b9c6b3f..f6d78be34 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.9.3.23" \
+ -DPRODUCT_VERSION="1.0" \
-DEXESUFFIX=/src \
-DUPX=true \
-DBITS=${BITS} \
diff --git a/build/packwin b/build/packwin
index 4459a5052..e92e0dc2e 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.9.3.23" \
+ -DPRODUCT_VERSION="1.0" \
-DEXESUFFIX=/src \
-DUPX=true \
-DBITS=${BITS} \