Changeset 1745
- Timestamp:
- 05/06/10 10:50:51 (15 years ago)
- Location:
- branches/asap-3.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/asap-3.x/SConstruct
r1740 r1745 161 161 env = conf.Finish() 162 162 163 env["version"] = "3. x"163 env["version"] = "3.0.0" 164 164 165 165 if env['mode'] == 'release': -
branches/asap-3.x/python/__init__.py
r1739 r1745 409 409 410 410 __date__ = '$Date$'.split()[1] 411 __version__ = ' $Revision$'411 __version__ = '3.0.0' 412 412 413 413 def is_ipython():
Note:
See TracChangeset
for help on using the changeset viewer.