Changeset 1529


Ignore:
Timestamp:
03/13/09 12:01:23 (15 years ago)
Author:
Malte Marquarding
Message:

change version back to trunk after tagging

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1499 r1529  
    77* python >= 2.3
    88* boost >= 1.32
    9 * casacore >= 0.4.0
     9* casacore >= 0.4.1
    1010
    1111Installation
  • trunk/SConstruct

    r1511 r1529  
    160160    env = conf.Finish()
    161161
    162 env["version"] = "2.3.0"
     162env["version"] = "2.3.x"
    163163
    164164if env['mode'] == 'release':
  • trunk/python/__init__.py

    r1523 r1529  
    389389
    390390__date__ = '$Date$'.split()[1]
    391 __version__  = '2.3.0'
     391__version__  = 'trunk'
    392392
    393393def is_ipython():
Note: See TracChangeset for help on using the changeset viewer.