Changeset 479 for tags

Show
Ignore:
Timestamp:
02/04/08 21:53:26 (4 years ago)
Author:
mgalloy
Message:

Another release for the IDL Workbench, this one should fix some errors in the update.

Location:
tags/IDLDOC_3_0_2
Files:
1 modified
7 copied

Legend:

Unmodified
Added
Removed
  • tags/IDLDOC_3_0_2/idldoc/Makefile

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

    r477 r479  
    1313  compile_opt strictarr 
    1414   
    15   version = '3.0.1' 
     15  version = '3.0.2' 
    1616  revision = '-r476' 
    1717