diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-12-15 20:25:58 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-12-15 20:25:58 +0000 |
commit | aa919f07553a4e1241b88ec9000b306698f8fc55 (patch) | |
tree | 1ad2b33822080bf98ebfcd39624adcabf0068a70 | |
parent | c3e43855d27163cfea435a54ae8f425003ec0904 (diff) | |
download | sos-aa919f07553a4e1241b88ec9000b306698f8fc55.tar.gz |
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@61 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | src/setup.py | 2 | ||||
-rw-r--r-- | src/sos.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.py b/src/setup.py index c1448eb7..fb42c74c 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.1', + version = '1.2', 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 06af8d1d..c627bc5a 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -2,7 +2,7 @@ Summary: System Support Tools Name: sos -Version: 1.1 +Version: 1.2 Release: 1%{?dist} License: GPL Group: Development/Libraries |