Legend:
- Unmodified
- Added
- Removed
-
trunk/ISSUES
r707 r714 2 2 ---------- 3 3 4 There are no known bugs. Please add tickets for new bugs and add feature 5 requests at the projectwebsite, idldoc.idldev.com.4 Please add tickets for new bugs and add feature requests at the project 5 website, idldoc.idldev.com. 6 6 7 7 -
trunk/Makefile
r707 r714 1 VERSION=3.3 beta11 VERSION=3.3 2 2 REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 IDL=idl64 … … 33 33 srcdist: 34 34 make version 35 36 rm -rf idldoc-$(VERSION)-src/ 37 svn export . idldoc-$(VERSION)-src/ 35 38 36 svn export . idldoc-$(VERSION)-src/ 39 cd docs; make 40 cp docs/idldoc-reference.pdf idldoc-$(VERSION)-src/docs/ 41 cp docs/idldoc-tutorial.pdf idldoc-$(VERSION)-src/docs/ 37 42 38 43 zip -r idldoc-$(VERSION)-src.zip idldoc-$(VERSION)-src/* … … 42 47 make version 43 48 49 rm -rf idldoc-$(VERSION) 44 50 mkdir idldoc-$(VERSION) 45 51 … … 51 57 cp ISSUES idldoc-$(VERSION)/ 52 58 cp RELEASE idldoc-$(VERSION)/ 59 60 cd docs; make 61 mkdir idldoc-$(VERSION)/docs 62 cp docs/idldoc-reference.pdf idldoc-$(VERSION)/docs/ 63 cp docs/idldoc-tutorial.pdf idldoc-$(VERSION)/docs/ 53 64 54 svn export docs idldoc-$(VERSION)/docs/55 65 svn export src/templates idldoc-$(VERSION)/templates/ 56 66 svn export src/resources idldoc-$(VERSION)/resources/ -
trunk/RELEASE
r707 r714 1 1 Release notes 2 2 ============= 3 *Released October 20, 2010* 3 4 4 5 IDLdoc 3.3 -
trunk/src/idldoc_version.pro
r671 r714 15 15 compile_opt strictarr, hidden 16 16 17 version = '3.3 beta1'18 revision = '-r 667'17 version = '3.3' 18 revision = '-r713' 19 19 20 20 return, version + (keyword_set(full) ? (' ' + revision) : '')
