Changeset 451 for tags

Show
Ignore:
Timestamp:
01/15/08 10:38:01 (4 years ago)
Author:
mgalloy
Message:

IDLdoc 3.0rc3 release.

Location:
tags/IDLDOC_3_0_RELEASE_CANDIDATE_3
Files:
3 modified
2 copied

Legend:

Unmodified
Added
Removed
  • tags/IDLDOC_3_0_RELEASE_CANDIDATE_3/idldoc/Makefile

    r440 r451  
    1 VERSION=3.0rc2 
     1VERSION=3.0rc3 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33 
  • tags/IDLDOC_3_0_RELEASE_CANDIDATE_3/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_RELEASE_CANDIDATE_3/idldoc/src/idldoc_version.pro

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