Skip to content

Commit

Permalink
Merged MTOS changes and bumped Melody version number to v0.9.4 which …
Browse files Browse the repository at this point in the history
…corresponds to MT API Version 4.32 and schema version 4.0076
  • Loading branch information
Open Melody Software Group committed Oct 26, 2009
1 parent 850d22c commit cddad74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/MT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ BEGIN {
$plugins_installed = 0;

if('__MAKE_ME__' eq '__MAKE_' . 'ME__') { # If make is not run
( $VERSION, $SCHEMA_VERSION ) = ( '4.3', '4.0075');
( $VERSION, $SCHEMA_VERSION ) = ( '4.32', '4.0076');
( $PRODUCT_NAME, $PRODUCT_CODE, $PRODUCT_VERSION, $VERSION_ID, $PORTAL_URL ) = (
'Melody', 'OM',
'0.9.2', '0.9.2 (MT 4.3+)', 'http://openmelody.org'
'0.9.4', '0.9.4 (MT 4.32+)', 'http://openmelody.org'
);
} else {
( $VERSION, $SCHEMA_VERSION ) = ( '__API_VERSION__',
Expand Down
6 changes: 3 additions & 3 deletions php/mt.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# $Id$

if('__MAKE_ME__' == '__MAKE_' . 'ME__') { # If make is not run
define('VERSION', '4.3');
define('VERSION_ID', '0.9.2 (MT 4.3+)');
define('PRODUCT_VERSION', '0.9.2');
define('VERSION', '4.32');
define('VERSION_ID', '0.9.4 (MT 4.32+)');
define('PRODUCT_VERSION', '0.9.4');
define('PRODUCT_NAME', 'Melody');
} else {
define('VERSION', '__API_VERSION__');
Expand Down

0 comments on commit cddad74

Please sign in to comment.