Changeset 768 for trunk

Show
Ignore:
Timestamp:
11/28/11 15:29:14 (6 months ago)
Author:
mgalloy
Message:

Updating version number for bug fix version.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r767 r768  
    1 VERSION=3.4 
     1VERSION=3.4.1beta 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33IDL=idl64 
  • trunk/src/idldoc_version.pro

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