aboutsummaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-05-25 14:27:50 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-05-25 14:27:50 +0000
commit3b6f37312b6a57ba054483b0fed9ad7374da41d3 (patch)
tree7c9240622986de868f3d623cee7b070e49f10ff5 /src/setup.py
parentfa08afe4ce3826784bdba53dae396516269d695e (diff)
downloadsos-3b6f37312b6a57ba054483b0fed9ad7374da41d3.tar.gz
Fixed a backtrace due to bad handling of nonexistent file in kernel plugin, and some minor typos, bumped release number
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@135 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py
index 959e006c..86b239d5 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -6,7 +6,7 @@ from distutils.core import setup
from ConfigParser import ConfigParser
import sys,os,time
-# change release in spec file along with this version string
+# change version in spec file along with this string
setup(
name = 'sos',
version = '1.4',