summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2011-02-23 16:18:20 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-02-23 16:18:20 -0300
commit735621bbd2fa7ca81c8650a8c74f38066e1f3f08 (patch)
tree67812e5a16ed436dfae87bb68bb8f6837f8409d7
parent24f19ce1352a628b5f378d301ce368931e3852d5 (diff)
downloadtuna-735621bbd2fa7ca81c8650a8c74f38066e1f3f08.tar.gz
0.10.1v0.10.1
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec7
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 7 insertions, 4 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index 296255a..636263b 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
+Version: 0.10.1
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -87,7 +87,10 @@ rm -rf %{buildroot}
%doc docs/oscilloscope+tuna.pdf
%changelog
-* Wed Feb 23 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10
+* Wed Feb 23 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10.1-1
+- New upstream release
+
+* Wed Feb 23 2011 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.10-1
- New upstream release
* Mon May 17 2010 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.9.3-1
diff --git a/setup.py b/setup.py
index 5de0fc6..efade9f 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",
+ version = "0.10.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 108f030..aafd2e4 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"
+version = "0.10.1"
def usage():
print _('Usage: tuna [OPTIONS]')