summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Oros <poros@redhat.com>2013-04-19 08:20:21 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-05-22 17:10:49 +0200
commit44aa4e60d64dc370ad381eec85d17f8235c190ac (patch)
treed0f17301e8052fef1ea413c86d326d0008f85c16
parent0599f2562b0620e0ad249fbac0490909919bc196 (diff)
downloadtuna-44aa4e60d64dc370ad381eec85d17f8235c190ac.tar.gz
rpm: Release 0.11v0.11
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 109685f..e0b8b8b 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.10.4
+Version: 0.11
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index 953e9e8..b03e6b9 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.10.4",
+ version = "0.11",
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 bf54d56..2a7a13b 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -37,7 +37,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.10.4"
+version = "0.11"
def usage():
print _('Usage: tuna [OPTIONS]')