[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
naparuba
naparuba at gmail.com
Tue Feb 28 22:20:56 UTC 2012
The following commit has been merged in the debian/master branch:
commit 5a2075e667795901d155dd5b304cbf55d096ce2c
Author: naparuba <naparuba at gmail.com>
Date: Wed Feb 15 08:21:52 2012 +0100
TAG: 1.0rc1
diff --git a/bin/shinken-discovery b/bin/shinken-discovery
index 192ef83..d4de595 100755
--- a/bin/shinken-discovery
+++ b/bin/shinken-discovery
@@ -41,7 +41,7 @@ except ImportError:
from shinken.discovery.discoverymanager import DiscoveryManager
-VERSION = '0.8.5+'
+VERSION = '1.0rc1'
if os.name != 'nt':
DEFAULT_CFG = '/etc/shinken/discovery.cfg'
else:
diff --git a/shinken/bin.py b/shinken/bin.py
index 017e8ab..c3860bf 100644
--- a/shinken/bin.py
+++ b/shinken/bin.py
@@ -30,7 +30,7 @@ Shinken.
import sys
-VERSION = "0.8"
+VERSION = "1.0rc1"
# Make sure people are using Python 2.4 or higher
if sys.version_info < (2,4):
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list