From 09971c438a164c4d1d00eac97fbd74c4e9e65228 Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Tue, 1 Aug 2023 20:58:55 +0200 Subject: [PATCH] bump version --- laps-cli.py | 2 +- laps-client.macos.spec | 2 +- laps-gui.py | 2 +- laps-runner.py | 2 +- setup/deb/laps4linux-client/DEBIAN/control | 2 +- setup/deb/laps4linux-runner/DEBIAN/control | 2 +- setup/rpm/rpmbuild/SPECS/laps4linux-client.spec | 2 +- setup/rpm/rpmbuild/SPECS/laps4linux-runner.spec | 2 +- setup/windows/setup.iss | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/laps-cli.py b/laps-cli.py index 5f88eac..85e4b12 100755 --- a/laps-cli.py +++ b/laps-cli.py @@ -28,7 +28,7 @@ class LapsCli(): PLATFORM = sys.platform.lower() PRODUCT_NAME = 'LAPS4LINUX CLI' - PRODUCT_VERSION = '1.7.1' + PRODUCT_VERSION = '1.7.2' PRODUCT_WEBSITE = 'https://github.com/schorschii/laps4linux' gcModeOn = False diff --git a/laps-client.macos.spec b/laps-client.macos.spec index f7ce972..068c96a 100644 --- a/laps-client.macos.spec +++ b/laps-client.macos.spec @@ -71,7 +71,7 @@ app = BUNDLE(coll, name='LAPS4LINUX.app', icon='assets/laps.icns', bundle_identifier='systems.sieber.laps4mac', - version='1.7.1', + version='1.7.2', info_plist={ 'CFBundleURLTypes': [ { diff --git a/laps-gui.py b/laps-gui.py index 2b2ca7e..b2c4ce5 100755 --- a/laps-gui.py +++ b/laps-gui.py @@ -154,7 +154,7 @@ class LapsMainWindow(QMainWindow): PLATFORM = sys.platform.lower() PRODUCT_NAME = 'LAPS4LINUX' - PRODUCT_VERSION = '1.7.1' + PRODUCT_VERSION = '1.7.2' PRODUCT_WEBSITE = 'https://github.com/schorschii/laps4linux' PROTOCOL_SCHEME = 'laps://' PRODUCT_ICON = 'laps.png' diff --git a/laps-runner.py b/laps-runner.py index 9e870e6..73be6ce 100755 --- a/laps-runner.py +++ b/laps-runner.py @@ -34,7 +34,7 @@ def filetime_to_dt(ft): # ft is in UTC, fromtimestamp() converts to local time class LapsRunner(): PRODUCT_NAME = 'LAPS4LINUX Runner' - PRODUCT_VERSION = '1.7.1' + PRODUCT_VERSION = '1.7.2' PRODUCT_WEBSITE = 'https://github.com/schorschii/laps4linux' server = None diff --git a/setup/deb/laps4linux-client/DEBIAN/control b/setup/deb/laps4linux-client/DEBIAN/control index cf2a879..57ba85f 100644 --- a/setup/deb/laps4linux-client/DEBIAN/control +++ b/setup/deb/laps4linux-client/DEBIAN/control @@ -1,5 +1,5 @@ Package: laps4linux-client -Version: 1.7.1 +Version: 1.7.2 Section: base Priority: optional Architecture: all diff --git a/setup/deb/laps4linux-runner/DEBIAN/control b/setup/deb/laps4linux-runner/DEBIAN/control index 0b6d580..7a44681 100644 --- a/setup/deb/laps4linux-runner/DEBIAN/control +++ b/setup/deb/laps4linux-runner/DEBIAN/control @@ -1,5 +1,5 @@ Package: laps4linux-runner -Version: 1.7.1 +Version: 1.7.2 Section: base Priority: optional Architecture: all diff --git a/setup/rpm/rpmbuild/SPECS/laps4linux-client.spec b/setup/rpm/rpmbuild/SPECS/laps4linux-client.spec index 498bfd0..77250f0 100644 --- a/setup/rpm/rpmbuild/SPECS/laps4linux-client.spec +++ b/setup/rpm/rpmbuild/SPECS/laps4linux-client.spec @@ -1,5 +1,5 @@ Name: laps4linux-client -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers BuildArch: noarch diff --git a/setup/rpm/rpmbuild/SPECS/laps4linux-runner.spec b/setup/rpm/rpmbuild/SPECS/laps4linux-runner.spec index 40f8066..27da27c 100644 --- a/setup/rpm/rpmbuild/SPECS/laps4linux-runner.spec +++ b/setup/rpm/rpmbuild/SPECS/laps4linux-runner.spec @@ -1,5 +1,5 @@ Name: laps4linux-runner -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: Laps4linux - auto-rotate the root password for AD bound (samba net, pbis, adcli) linux servers BuildArch: noarch diff --git a/setup/windows/setup.iss b/setup/windows/setup.iss index 0b9ae2a..c44b2ce 100644 --- a/setup/windows/setup.iss +++ b/setup/windows/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "LAPS4LINUX" -#define MyAppVersion "1.7.1" +#define MyAppVersion "1.7.2" #define MyAppPublisher "Sieber Systems" #define MyAppURL "https://github.com/schorschii/LAPS4LINUX" #define MyAppExeName "laps-gui.exe"