summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Oros <poros@redhat.com>2013-07-04 13:16:22 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-07-24 12:01:48 -0300
commitc9af5bfa244fb2663c8a0774a56b1580b9d2293b (patch)
tree559ca435f40ffbc56cc3f48babafa7a01ea1f41e
parent388c86e7e4969bc4c1884de7f38b0cd09b390957 (diff)
downloadtuna-c9af5bfa244fb2663c8a0774a56b1580b9d2293b.tar.gz
rpm: Release 0.11.1
Signed-off-by: Petr Oros <poros@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-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 57a1912..9393df6 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
+Version: 0.11.1
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index b03e6b9..3a615da 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",
+ version = "0.11.1",
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 2a7a13b..64e3ad1 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"
+version = "0.11.1"
def usage():
print _('Usage: tuna [OPTIONS]')