Changeset 730

Show
Ignore:
Timestamp:
01/08/11 09:31:11 (17 months ago)
Author:
mgalloy
Message:

Ready for IDLdoc 3.3.1 release.

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33.hg 
        44.hgignore 
         5idldoc-*.zip 
  • trunk/Makefile

    r720 r730  
    1 VERSION=3.4dev 
     1VERSION=3.3.1 
    22REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33IDL=idl64 
  • trunk/project/steps-to-release.txt

    r725 r730  
    77#. Check off on each TODO in the code. 
    88 
    9 #. Set debug variable in IDLDOC routine to 0. 
    10  
    119#. Make sure all unit and regression tests pass.  
    1210 
    13 #. Update docs/RELEASE file. Add release date under version number. 
     11#. Update RELEASE file. Add release date under version number. 
    1412 
    1513#. Update version in Makefile. 
     
    1715#. Do a "make dist". 
    1816 
     17#. Do a "make srcdist". 
     18 
    1919#. Commit changes to version. 
    2020 
    2121#. Copy trunk to tags in repository. Use tag of the format: IDLDOC_3_0. If it's a major version, start a new branch as well. Make sure to branch/tag externals as well and set svn:externals to point at the branch/tag of the externals. 
    2222 
    23 #. Upload .zip file to michaelgalloy.com and ittvis.com. Announce release on michaelgalloy.com, idldoc.idldev.com, and the newsgroup. 
     23#. Update version in Makefile to a "dev" version number. 
     24 
     25#. Upload .zip file to michaelgalloy.com. Announce release on michaelgalloy.com, idldoc.idldev.com, and the comp.idl-pvwave newsgroup. 
  • trunk/RELEASE

    r729 r730  
    44IDLdoc 3.3.1 
    55------------ 
     6*Released January 8, 2011* 
    67 
    78* Fixed memory leaks involved with computing complexity statistics and making 
  • trunk/src/idldoc_version.pro

    r714 r730  
    1515  compile_opt strictarr, hidden 
    1616   
    17   version = '3.3' 
    18   revision = '-r713' 
     17  version = '3.3.1' 
     18  revision = '-r729' 
    1919   
    2020  return, version + (keyword_set(full) ? (' ' + revision) : '')