aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/setup.py2
-rw-r--r--src/sos.spec2
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