Changeset 765 for trunk

Show
Ignore:
Timestamp:
11/14/11 14:21:32 (6 months ago)
Author:
mgalloy
Message:

Fix for bug with Requires tag which matched periods as version numbers.

Location:
trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/idldoc_version.pro

    r753 r765  
    1616   
    1717  version = '3.4alpha' 
    18   revision = '-r752' 
     18  revision = '-r762' 
    1919   
    2020  return, version + (keyword_set(full) ? (' ' + revision) : '') 
  • trunk/src/parser/docparrstformatparser__define.pro

    r755 r765  
    372372          
    373373        ; if you have a real version then check in with system 
    374         if (version ne '') then begin 
     374        if (version ne '' && version ne '.') then begin 
    375375          self.system->checkRequiredVersion, version, routine 
    376376        endif