summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2014-05-23 10:55:52 +0200
committerJiri Kastner <jkastner@redhat.com>2014-05-23 10:55:52 +0200
commit59d306b04fb09b14a24cb7c4265339af6f275e3d (patch)
treea11f9420bb5a899b69086aa32c1f9a586a73c54b
parent2cb0d5619a907cac929568afefda347bedfdfd16 (diff)
downloadtuna-59d306b04fb09b14a24cb7c4265339af6f275e3d.tar.gz
rpm: Release 0.12
-rw-r--r--rpm/SPECS/tuna.spec2
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 105a4ee..97d14f7 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
-Version: 0.11.1
+Version: 0.12
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index 3a615da..a8c1178 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="tuna",
- version = "0.11.1",
+ version = "0.12",
description = "Application tuning GUI",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 5dcc181..cc21656 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.11.1"
+version = "0.12"
def usage():
print _('Usage: tuna [OPTIONS]')