Changeset 426 for tags

Show
Ignore:
Timestamp:
12/30/07 20:50:50 (4 years ago)
Author:
mgalloy
Message:

Release candidate 1 tag.

Location:
tags/IDLDOC_3_0_RELEASE_CANDIDATE_1
Files:
3 modified
5 copied

Legend:

Unmodified
Added
Removed
  • tags/IDLDOC_3_0_RELEASE_CANDIDATE_1/idldoc/Makefile

    r377 r426  
    1 VERSION=3.0b4 
     1VERSION=3.0rc1 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33 
  • tags/IDLDOC_3_0_RELEASE_CANDIDATE_1/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 -r164 http://svn.idldev.com/idllib/collection 
         2textmarkup -r164 http://svn.idldev.com/idllib/textmarkup 
         3templating -r164 http://svn.idldev.com/idllib/templating 
         4dist_tools -r164 http://svn.idldev.com/idllib/dist_tools 
         5math -r164 http://svn.idldev.com/idllib/math 
         6web -r164 http://svn.idldev.com/idllib/web 
  • tags/IDLDOC_3_0_RELEASE_CANDIDATE_1/idldoc/src/idldoc_version.pro

    r377 r426  
    1313  compile_opt strictarr 
    1414   
    15   version = '3.0b4' 
    16   revision = '-r376' 
     15  version = '3.0rc1' 
     16  revision = '-r424' 
    1717   
    1818  return, version + (keyword_set(full) ? (' ' + revision) : '')