summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-12-28 12:08:57 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-12-28 12:08:57 -0200
commit7e7076f440c0016e6a0f403ee6f73f0f2576a27b (patch)
treedfc398e0ab7e64a5ce4a10634d73702ca92070a1
parentb6904a5ce63b4f7e9b7820cee983d1bb46cc01e4 (diff)
parent983e9965c16821e225d6ca84820fb7357861ea42 (diff)
downloadtuna-7e7076f440c0016e6a0f403ee6f73f0f2576a27b.tar.gz
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/acme/tuna
-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 1e70b02..baf8468 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.8.2
+Version: 0.8.3
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index 0fe929f..af33929 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.8.2",
+ version = "0.8.3",
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 362fc66..de042ec 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -27,7 +27,7 @@ except:
nr_cpus = None
ps = None
-version = "0.8.2"
+version = "0.8.3"
def usage():
print '''Usage: tuna [OPTIONS]