Changeset 766

Show
Ignore:
Timestamp:
11/16/11 09:59:46 (6 months ago)
Author:
mgalloy
Message:

Updating for the 3.4 beta release.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r761 r766  
    1 VERSION=3.4alpha 
     1VERSION=3.4beta 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33IDL=idl64 
  • trunk/RELEASE

    r758 r766  
    2020 
    2121* Not showing warnings page when USER keyword is set. 
     22 
     23* Fixed bug where parsing rst Requires tag would cause IDLdoc to crash. 
     24 
     25* Fixed bug where Warnings page showed items from private or hidden items. 
    2226 
    2327 
  • trunk/src/idldoc_version.pro

    r765 r766  
    1515  compile_opt strictarr, hidden 
    1616   
    17   version = '3.4alpha' 
    18   revision = '-r762' 
     17  version = '3.4beta' 
     18  revision = '-r765' 
    1919   
    2020  return, version + (keyword_set(full) ? (' ' + revision) : '')