Show
Ignore:
Timestamp:
01/21/08 21:00:16 (4 years ago)
Author:
mgalloy
Message:

IDLdoc 3.0 release; tagged and branched.

Location:
tags/IDLDOC_3_0
Files:
2 modified
2 copied

Legend:

Unmodified
Added
Removed
  • tags/IDLDOC_3_0/idldoc/src

    • Property svn:externals
      •  

        old new  
        1 collection http://svn.idldev.com/idllib/collection 
        2 textmarkup http://svn.idldev.com/idllib/textmarkup 
        3 templating http://svn.idldev.com/idllib/templating 
        4 dist_tools http://svn.idldev.com/idllib/dist_tools 
        5 math http://svn.idldev.com/idllib/math 
        6 web http://svn.idldev.com/idllib/web 
         1collection -r174 http://svn.idldev.com/idllib/collection 
         2textmarkup -r174 http://svn.idldev.com/idllib/textmarkup 
         3templating -r174 http://svn.idldev.com/idllib/templating 
         4dist_tools -r174 http://svn.idldev.com/idllib/dist_tools 
         5math -r174 http://svn.idldev.com/idllib/math 
         6web -r174 http://svn.idldev.com/idllib/web 
  • tags/IDLDOC_3_0/idldoc/src/idldoc_version.pro

    r451 r458  
    1313  compile_opt strictarr 
    1414   
    15   version = '3.0rc3' 
    16   revision = '-r450' 
     15  version = '3.0' 
     16  revision = '-r457' 
    1717   
    1818  return, version + (keyword_set(full) ? (' ' + revision) : '')