From 0564bc083e9580b9b994f8b148a497dcc4cdc90c Mon Sep 17 00:00:00 2001 From: sconklin Date: Mon, 30 Apr 2007 16:48:42 +0000 Subject: 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 --- src/setup.py | 2 +- src/sos.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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) -- cgit