diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-30 16:48:42 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-30 16:48:42 +0000 |
commit | 0564bc083e9580b9b994f8b148a497dcc4cdc90c (patch) | |
tree | 011467b24dc3ca05f61ee1c0d896b9751be4f78c | |
parent | 586a1986bcec4700f96609451c06428178d0bcad (diff) | |
download | sos-0564bc083e9580b9b994f8b148a497dcc4cdc90c.tar.gz |
About to tag for errata release, incremented version to 1.4
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@132 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | src/setup.py | 2 | ||||
-rw-r--r-- | src/sos.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/setup.py b/src/setup.py index 47c1f129..959e006c 100644 --- a/src/setup.py +++ b/src/setup.py @@ -9,7 +9,7 @@ import sys,os,time # change release in spec file along with this version string setup( name = 'sos', - version = '1.3', + version = '1.4', description = 'System Support Tools', long_description = """Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diff --git a/src/sos.spec b/src/sos.spec index 5dcbc5ed..8dfd6b19 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -2,8 +2,8 @@ Summary: System Support Tools Name: sos -Version: 1.3 -Release: 3%{?dist} +Version: 1.4 +Release: 1%{?dist} License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |