- Timestamp:
- 02/24/11 14:38:26 (15 months ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
idldoc_version.pro (modified) (1 diff)
-
tree/doctreeclass__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/idldoc_version.pro
r751 r753 16 16 17 17 version = '3.4alpha' 18 revision = '-r7 44'18 revision = '-r752' 19 19 20 20 return, version + (keyword_set(full) ? (' ' + revision) : '') -
trunk/src/tree/doctreeclass__define.pro
r682 r753 315 315 catch, error 316 316 if (error ne 0L) then return 317 318 resolve_routine, routineName 317 resolve_routine, routineName, /either, /compile_full_file 319 318 end 320 319
