Changeset 73 for trunk

Show
Ignore:
Timestamp:
04/26/09 20:41:31 (3 years ago)
Author:
mgalloy
Message:

Changing versin number to 1.0.0.

Location:
trunk/mgunit
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/mgunit/Makefile

    r71 r73  
    1 VERSION=1.0.0beta 
     1VERSION=1.0.0 
    22REVISION=r`svn info | sed -n 's/Revision: \(.*\)/\1/p'` 
    33RELEASE="$(VERSION)-$(REVISION)" 
  • trunk/mgunit/src/mgunit_wrapper.pro

    r69 r73  
    1010  !quiet = 1 
    1111   
    12   opts = obj_new('mg_options', app_name='mgunit', version='1.0.0beta') 
     12  opts = obj_new('mg_options', app_name='mgunit', version='1.0.0') 
    1313   
    1414  opts->addOption, 'color', 'c', /boolean, help='produce color output on STDOUT'