Skip to content

Commit

Permalink
(make-release) Update version from 10.0.1 to 10.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fin Christensen <[email protected]>
  • Loading branch information
fin-ger committed May 22, 2022
1 parent aa15e74 commit 10496b2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Release GNOME extension artifacts
id: package
run: |
VERSION="10.0.1"
VERSION="10.1.0"
echo "::set-output name=version::$VERSION"
make dist
cp target/cpupower-$VERSION.zip $GITHUB_WORKSPACE/cpupower-$VERSION.zip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREFIX ?= /usr

VERSION="10.0.1"
VERSION="10.1.0"

MSGFMT = /usr/bin/msgfmt
GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas
Expand Down
2 changes: 1 addition & 1 deletion data/cpupower-preferences.glade
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ along with gnome-shell extension cpupower. If not, see
<property name="can-focus">False</property>
<property name="type-hint">dialog</property>
<property name="program-name">CPU Power Manager</property>
<property name="version">10.0.1</property>
<property name="version">10.1.0</property>
<property name="comments" translatable="yes">Gnome-Shell Extension for controlling the frequency scaling driver of your CPU.</property>
<property name="website">https://github.com/deinstapel/cpupower</property>
<property name="authors">Martin Koppehel (@martin31821)
Expand Down
6 changes: 6 additions & 0 deletions dist/deb/gnome-shell-extension-cpupower/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gnome-shell-extension-cpupower (10.1.0-1) UNRELEASED; urgency=medium

* Update version to 10.1.0

-- Fin Christensen <[email protected]> Sun, 22 May 2022 20:32:28 +0200

gnome-shell-extension-cpupower (10.0.1-1~jammy1) jammy; urgency=medium

* Create jammy release
Expand Down
2 changes: 1 addition & 1 deletion dist/rpm/SPECS/gnome-shell-extension-cpupower.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gnome-shell-extension-cpupower
Version: 10.0.1
Version: 10.1.0
Release: 1%{?dist}
Summary: Gnome-Shell Extension for controlling the frequency setting of your CPU
BuildArch: noarch
Expand Down
4 changes: 2 additions & 2 deletions tool/cpufreqctl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

set -o errexit -o nounset

VERSION="10.0.1"
PRODUCTION=no
VERSION="10.1.0"
PRODUCTION=yes

log ()
{
Expand Down
2 changes: 1 addition & 1 deletion tool/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

set -e

VERSION="10.0.1"
VERSION="10.1.0"

EXIT_SUCCESS=0
EXIT_INVALID_ARG=1
Expand Down

0 comments on commit 10496b2

Please sign in to comment.