- Timestamp:
- 06/05/09 13:16:07 (3 years ago)
- Location:
- trunk/idldoc
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
src/idldoc_version.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/idldoc/Makefile
r590 r596 1 VERSION=3.2 dev1 VERSION=3.2 2 2 REVISION=-r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 IDL=idl -
trunk/idldoc/src/idldoc_version.pro
r589 r596 15 15 compile_opt strictarr 16 16 17 version = '3.2 dev'18 revision = '-r5 88'17 version = '3.2' 18 revision = '-r595' 19 19 20 20 return, version + (keyword_set(full) ? (' ' + revision) : '')
