From b48bef9ac5f0f851553b3623f39bd101b17ffef9 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 18 Nov 2022 09:46:45 +0100 Subject: [PATCH] bump to version 197.0-1 --- winbuild/mk.py | 2 +- winbuild/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winbuild/mk.py b/winbuild/mk.py index 7b74724..3e23960 100644 --- a/winbuild/mk.py +++ b/winbuild/mk.py @@ -247,7 +247,7 @@ def upload(token): # create signatures exec('gpg --yes --detach-sign {}'.format(setup_filename)) - exec('echo Press Control-D to continue (is this still needed?)... ; cat > /dev/null') + exec('echo "Press Control-D to continue (is this still needed?)..." ; cat > /dev/null') exec('gpg --yes --detach-sign {}'.format(pazip_filename)) # upload everything diff --git a/winbuild/version b/winbuild/version index dd6519f..31977ed 100644 --- a/winbuild/version +++ b/winbuild/version @@ -1 +1 @@ -106.0.5 +107.0