Skip to content

Commit

Permalink
(make-release) Update version from 8.0.0 to 9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Fin Christensen <[email protected]>
  • Loading branch information
Fin Christensen committed Apr 11, 2020
1 parent f167bed commit 13367f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 Extensions ZIP
id: gnome-zip
run: |
VERSION="${GITHUB_REF:11}"
VERSION="9.0.0"
echo "::set-output name=version::$VERSION"
make package
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="8.0.0"
VERSION="9.0.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 @@ -57,7 +57,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">8.0.0</property>
<property name="version">9.0.0</property>
<property name="comments" translatable="yes">Gnome-Shell Extension for the intel-pstate driver.</property>
<property name="website">https://github.com/martin31821/cpupower</property>
<property name="authors">Martin Koppehel (@martin31821)
Expand Down
2 changes: 1 addition & 1 deletion tool/cpufreqctl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

set -e

VERSION="8.0.0"
VERSION="9.0.0"

log ()
{
Expand Down

0 comments on commit 13367f5

Please sign in to comment.