Changeset 730
- Timestamp:
- 01/08/11 09:31:11 (17 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
. (modified) (1 prop)
-
Makefile (modified) (1 diff)
-
project/steps-to-release.txt (modified) (2 diffs)
-
RELEASE (modified) (1 diff)
-
src/idldoc_version.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 .hg 4 4 .hgignore 5 idldoc-*.zip
-
- Property svn:ignore
-
trunk/Makefile
r720 r730 1 VERSION=3. 4dev1 VERSION=3.3.1 2 2 REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 IDL=idl64 -
trunk/project/steps-to-release.txt
r725 r730 7 7 #. Check off on each TODO in the code. 8 8 9 #. Set debug variable in IDLDOC routine to 0.10 11 9 #. Make sure all unit and regression tests pass. 12 10 13 #. Update docs/RELEASE file. Add release date under version number.11 #. Update RELEASE file. Add release date under version number. 14 12 15 13 #. Update version in Makefile. … … 17 15 #. Do a "make dist". 18 16 17 #. Do a "make srcdist". 18 19 19 #. Commit changes to version. 20 20 21 21 #. 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. 22 22 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 4 4 IDLdoc 3.3.1 5 5 ------------ 6 *Released January 8, 2011* 6 7 7 8 * Fixed memory leaks involved with computing complexity statistics and making -
trunk/src/idldoc_version.pro
r714 r730 15 15 compile_opt strictarr, hidden 16 16 17 version = '3.3 '18 revision = '-r7 13'17 version = '3.3.1' 18 revision = '-r729' 19 19 20 20 return, version + (keyword_set(full) ? (' ' + revision) : '')
