Changeset 458 for tags/IDLDOC_3_0/idldoc/src
- Timestamp:
- 01/21/08 21:00:16 (4 years ago)
- Location:
- tags/IDLDOC_3_0
- Files:
-
- 2 modified
- 2 copied
-
. (copied) (copied from trunk)
-
idldoc (copied) (copied from trunk/idldoc)
-
idldoc/src (modified) (1 prop)
-
idldoc/src/idldoc_version.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/IDLDOC_3_0/idldoc/src
- Property svn:externals
-
old new 1 collection http://svn.idldev.com/idllib/collection2 textmarkup http://svn.idldev.com/idllib/textmarkup3 templating http://svn.idldev.com/idllib/templating4 dist_tools http://svn.idldev.com/idllib/dist_tools5 math http://svn.idldev.com/idllib/math6 web http://svn.idldev.com/idllib/web1 collection -r174 http://svn.idldev.com/idllib/collection 2 textmarkup -r174 http://svn.idldev.com/idllib/textmarkup 3 templating -r174 http://svn.idldev.com/idllib/templating 4 dist_tools -r174 http://svn.idldev.com/idllib/dist_tools 5 math -r174 http://svn.idldev.com/idllib/math 6 web -r174 http://svn.idldev.com/idllib/web
-
- Property svn:externals
-
tags/IDLDOC_3_0/idldoc/src/idldoc_version.pro
r451 r458 13 13 compile_opt strictarr 14 14 15 version = '3.0 rc3'16 revision = '-r45 0'15 version = '3.0' 16 revision = '-r457' 17 17 18 18 return, version + (keyword_set(full) ? (' ' + revision) : '')
