Skip to content

Commit 13367f5

Browse files
author
Fin Christensen
committed
(make-release) Update version from 8.0.0 to 9.0.0
Signed-off-by: Fin Christensen <christensen.fin@gmail.com>
1 parent f167bed commit 13367f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Release GNOME Extensions ZIP
3939
id: gnome-zip
4040
run: |
41-
VERSION="${GITHUB_REF:11}"
41+
VERSION="9.0.0"
4242
echo "::set-output name=version::$VERSION"
4343
make package
4444
cp target/cpupower-$VERSION.zip $GITHUB_WORKSPACE/cpupower-$VERSION.zip

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PREFIX ?= /usr
22

3-
VERSION="8.0.0"
3+
VERSION="9.0.0"
44

55
MSGFMT = /usr/bin/msgfmt
66
GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas

data/cpupower-preferences.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ along with gnome-shell extension cpupower. If not, see
5757
<property name="can_focus">False</property>
5858
<property name="type_hint">dialog</property>
5959
<property name="program_name">CPU Power Manager</property>
60-
<property name="version">8.0.0</property>
60+
<property name="version">9.0.0</property>
6161
<property name="comments" translatable="yes">Gnome-Shell Extension for the intel-pstate driver.</property>
6262
<property name="website">https://github.com/martin31821/cpupower</property>
6363
<property name="authors">Martin Koppehel (@martin31821)

tool/cpufreqctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
set -e
2525

26-
VERSION="8.0.0"
26+
VERSION="9.0.0"
2727

2828
log ()
2929
{

0 commit comments

Comments
 (0)