Skip to content

Commit

Permalink
TAG: 1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
naparuba committed Feb 15, 2012
1 parent 1718138 commit 5a2075e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/shinken-discovery
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion shinken/bin.py
Expand Up @@ -30,7 +30,7 @@

import sys

VERSION = "0.8"
VERSION = "1.0rc1"

# Make sure people are using Python 2.4 or higher
if sys.version_info < (2,4):
Expand Down

0 comments on commit 5a2075e

Please sign in to comment.