Changeset 1529
- Timestamp:
- 03/13/09 12:01:23 (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r1499 r1529 7 7 * python >= 2.3 8 8 * boost >= 1.32 9 * casacore >= 0.4. 09 * casacore >= 0.4.1 10 10 11 11 Installation -
trunk/SConstruct
r1511 r1529 160 160 env = conf.Finish() 161 161 162 env["version"] = "2.3. 0"162 env["version"] = "2.3.x" 163 163 164 164 if env['mode'] == 'release': -
trunk/python/__init__.py
r1523 r1529 389 389 390 390 __date__ = '$Date$'.split()[1] 391 __version__ = ' 2.3.0'391 __version__ = 'trunk' 392 392 393 393 def is_ipython():
Note:
See TracChangeset
for help on using the changeset viewer.