Revision 7c18ef8e lib/constants.py

b/lib/constants.py
21 21

  
22 22
"""Module holding different constants."""
23 23

  
24
from ganeti import version
25

  
24 26
# various versions
25 27
CONFIG_VERSION = 3
26 28
PROTOCOL_VERSION = 2
27
RELEASE_VERSION = "1.2a1"
29
RELEASE_VERSION = version.RELEASE_VERSION
28 30
OS_API_VERSION = 4
29 31
EXPORT_VERSION = 0
30 32

  

Also available in: Unified diff