aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/setup.py2
-rw-r--r--src/sos.spec4
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)