- Timestamp:
- 01/15/08 10:38:01 (4 years ago)
- Location:
- tags/IDLDOC_3_0_RELEASE_CANDIDATE_3
- Files:
-
- 3 modified
- 2 copied
-
. (copied) (copied from trunk)
-
idldoc (copied) (copied from trunk/idldoc)
-
idldoc/Makefile (modified) (1 diff)
-
idldoc/src (modified) (1 prop)
-
idldoc/src/idldoc_version.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/IDLDOC_3_0_RELEASE_CANDIDATE_3/idldoc/Makefile
r440 r451 1 VERSION=3.0rc 21 VERSION=3.0rc3 2 2 REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 -
tags/IDLDOC_3_0_RELEASE_CANDIDATE_3/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_RELEASE_CANDIDATE_3/idldoc/src/idldoc_version.pro
r440 r451 13 13 compile_opt strictarr 14 14 15 version = '3.0rc 2'16 revision = '-r4 39'15 version = '3.0rc3' 16 revision = '-r450' 17 17 18 18 return, version + (keyword_set(full) ? (' ' + revision) : '')
