From 13dfdf2ef1475b757f9607faf432c202c3e74e49 Mon Sep 17 00:00:00 2001 From: Martin Koppehel Date: Thu, 8 Oct 2020 10:46:38 +0200 Subject: [PATCH] (make-release) Update version from 9.0.2 to 9.0.3 Signed-off-by: Martin Koppehel --- .github/workflows/release.yml | 2 +- Makefile | 2 +- data/cpupower-preferences.glade | 2 +- tool/cpufreqctl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9b57ea..5d4fb15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Release GNOME Extensions ZIP id: gnome-zip run: | - VERSION="9.0.2" + VERSION="9.0.3" echo "::set-output name=version::$VERSION" make package cp target/cpupower-$VERSION.zip $GITHUB_WORKSPACE/cpupower-$VERSION.zip diff --git a/Makefile b/Makefile index 4b23b47..98d4ebc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX ?= /usr -VERSION="9.0.2" +VERSION="9.0.3" MSGFMT = /usr/bin/msgfmt GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas diff --git a/data/cpupower-preferences.glade b/data/cpupower-preferences.glade index ecee997..737706f 100644 --- a/data/cpupower-preferences.glade +++ b/data/cpupower-preferences.glade @@ -57,7 +57,7 @@ along with gnome-shell extension cpupower. If not, see False dialog CPU Power Manager - 9.0.2 + 9.0.3 Gnome-Shell Extension for the intel-pstate driver. https://github.com/martin31821/cpupower Martin Koppehel (@martin31821) diff --git a/tool/cpufreqctl b/tool/cpufreqctl index 1138ae7..2d01b32 100755 --- a/tool/cpufreqctl +++ b/tool/cpufreqctl @@ -23,7 +23,7 @@ set -e -VERSION="9.0.2" +VERSION="9.0.3" log () {