Changeset 74
- Timestamp:
- 04/26/09 20:42:57 (3 years ago)
- Location:
- branches/mgunit-1.0/mgunit
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
src/mgunit_wrapper.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mgunit-1.0/mgunit/Makefile
r72 r74 1 VERSION=1.0.0 beta1 VERSION=1.0.0 2 2 REVISION=r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 3 3 RELEASE="$(VERSION)-$(REVISION)" -
branches/mgunit-1.0/mgunit/src/mgunit_wrapper.pro
r70 r74 10 10 !quiet = 1 11 11 12 opts = obj_new('mg_options', app_name='mgunit', version='1.0.0 beta')12 opts = obj_new('mg_options', app_name='mgunit', version='1.0.0') 13 13 14 14 opts->addOption, 'color', 'c', /boolean, help='produce color output on STDOUT'
