From 3118747d0b97381243c16ecfc159a116a6de9338 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 5 Nov 2022 16:13:10 +0100 Subject: [PATCH] bump to version 106.0.5-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 a9c10c6..7b74724 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 any key... ; 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 a264e71..dd6519f 100644 --- a/winbuild/version +++ b/winbuild/version @@ -1 +1 @@ -106.0.4 +106.0.5