summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-12-01 12:28:14 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-12-01 12:28:14 -0200
commit50c745085ee61b5f6e942c6fc438da0e1410e2d4 (patch)
tree88ea44f7d78bcc5d95eb1f1fb6fdbf802d600b68
parentec5422ba5e292add4ee61f95b051d62bdbfca7b5 (diff)
downloadtuna-50c745085ee61b5f6e942c6fc438da0e1410e2d4.tar.gz
rpm: v0.8.2
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 e6eb319..0535fa4 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
+Version: 0.8.2
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
diff --git a/setup.py b/setup.py
index 1a0066e..0fe929f 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.1",
+ version = "0.8.2",
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 ad9d096..362fc66 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -27,7 +27,7 @@ except:
nr_cpus = None
ps = None
-version = "0.8.1"
+version = "0.8.2"
def usage():
print '''Usage: tuna [OPTIONS]