Skip to content
Snippets Groups Projects
Commit dd2488f0 authored by Antoine Millet's avatar Antoine Millet
Browse files

Released version 4

parent 4b5999c3
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ try:
except ImportError:
DAEMONIZE = False
__VERSION__ = 3
__VERSION__ = 4
DEFAULT_CONFIG_FILE = '/etc/cc-node.conf'
DEFAULT_PID_FILE = '/var/run/cc-node.pid'
......
cc-node (4-1) unstable; urgency=low
* Fixed bugs
-- Antoine Millet <antoine.millet@smartjog.com> Wed, 22 Dec 2010 17:50:48 +0100
cc-node (3-1) unstable; urgency=low
* Added $HOSTNAME variable on login field of config file.
......
......@@ -5,7 +5,7 @@ ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read()
setup(
name='cc-node',
version='3',
version='4',
description='Cloud Control Node',
long_description=ldesc,
author='Chakib Benziane',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment