Changeset 1538


Ignore:
Timestamp:
03/25/09 15:18:28 (15 years ago)
Author:
Malte Marquarding
Message:

pre-tagging version update

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

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

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