aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-01-31 12:02:47 +0000
committerSergio Martins <smartins@kde.org>2019-01-31 12:02:47 +0000
commite3fd401e9142b60f7d48dc0490363f6f21b2369e (patch)
treef7ee61cbfb30a8a45fc949d991c0244d8894519d
parent199c2bf26ae73de848e783d5661455319c211961 (diff)
Bump make_windows_package.py to 1.5
-rw-r--r--dev-scripts/make_windows_package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scripts/make_windows_package.py b/dev-scripts/make_windows_package.py
index d685db95..7c36f774 100644
--- a/dev-scripts/make_windows_package.py
+++ b/dev-scripts/make_windows_package.py
@@ -5,8 +5,8 @@ from shutil import copyfile
#--------------------------------------------------
# Change here:
-CLAZY_VERSION = '1.4'
-CANDIDATE_SHA1 = 'v1.4_windows_binaries'
+CLAZY_VERSION = '1.5'
+CANDIDATE_SHA1 = 'v1.5'
PACKAGE_DIR = '/c/d/clazy-msvc-package/'
PACKAGE_DIR_WIN = 'c:\\d\\clazy-msvc-package\\'
#--------------------------------------------------