Changeset 3635

Show
Ignore:
Timestamp:
18/10/08 12:29:55 (3 months ago)
Author:
dmeyer
Message:

import version number

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/conf.py

    r3634 r3635  
    1818# absolute, like shown here. 
    1919sys.path.append(os.path.abspath('../build/lib.linux-i686-2.5')) 
     20from kaa.version import VERSION 
    2021 
    2122# General configuration 
     
    4445# 
    4546# The short X.Y version. 
    46 version = '0.5.0' 
     47version = str(VERSION) 
    4748# The full version, including alpha/beta/rc tags. 
    48 release = '0.5.0' 
     49release = str(VERSION) 
    4950 
    5051# There are two options for replacing |today|: either, you set today to some 
  • trunk/beacon/doc/conf.py

    r3616 r3635  
    1818# absolute, like shown here. 
    1919sys.path.append(os.path.abspath('../build/lib.linux-i686-2.5/kaa')) 
     20from beacon.version import VERSION 
    2021 
    2122# General configuration 
     
    4445# 
    4546# The short X.Y version. 
    46 version = '0.1.0' 
     47version = str(VERSION) 
    4748# The full version, including alpha/beta/rc tags. 
    48 release = '0.1.0' 
     49release = str(VERSION) 
    4950 
    5051# There are two options for replacing |today|: either, you set today to some 
  • trunk/metadata/doc/conf.py

    r3620 r3635  
    1818# absolute, like shown here. 
    1919sys.path.append(os.path.abspath('../build/lib.linux-i686-2.5/kaa')) 
     20from metadata.version import VERSION 
    2021 
    2122# General configuration 
     
    4445# 
    4546# The short X.Y version. 
    46 version = '0.7.4' 
     47version = str(VERSION) 
    4748# The full version, including alpha/beta/rc tags. 
    48 release = '0.7.4' 
     49release = str(VERSION) 
    4950 
    5051# There are two options for replacing |today|: either, you set today to some