Changeset 500 for tags

Show
Ignore:
Timestamp:
06/18/08 22:25:06 (4 years ago)
Author:
mgalloy
Message:

IDLdoc 3.1.1 fix

Location:
tags/IDLDOC_3_1_1
Files:
3 modified
2 copied

Legend:

Unmodified
Added
Removed
  • tags/IDLDOC_3_1_1/idldoc/Makefile

    r496 r500  
    1 VERSION=3.1.0 
     1VERSION=3.1.1 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33IDL=idl 
  • tags/IDLDOC_3_1_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 -r222 http://svn.idldev.com/idllib/collection 
         2textmarkup -r222 http://svn.idldev.com/idllib/textmarkup 
         3templating -r222 http://svn.idldev.com/idllib/templating 
         4dist_tools -r222 http://svn.idldev.com/idllib/dist_tools 
         5math -r222 http://svn.idldev.com/idllib/math 
         6web -r222 http://svn.idldev.com/idllib/web 
  • tags/IDLDOC_3_1_1/idldoc/src/idldoc_version.pro

    r496 r500  
    1313  compile_opt strictarr 
    1414   
    15   version = '3.1.0' 
    16   revision = '-r494' 
     15  version = '3.1.1' 
     16  revision = '-r498' 
    1717   
    1818  return, version + (keyword_set(full) ? (' ' + revision) : '')