Skip to content

Commit

Permalink
Melody v1.0.0 Beta 2 (build 30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayallen committed Nov 25, 2010
1 parent ebbc39c commit 6afd951
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build/mt-dists/default.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PRODUCT_NAME = Melody
PRODUCT_VERSION = 0.9.29
PRODUCT_VERSION = 0.9.30
VERSION_ID = 1.0.0b2 (build 30)
SCHEMA_VERSION = 4.0077
# Corresponds to MT 4.34 (plus Melody enhancements)
API_VERSION = 4.34
Expand Down
6 changes: 3 additions & 3 deletions lib/MT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BEGIN {
# different version and their uses and the version module POD
# for details about the next line and its semantics:
# http://search.cpan.org/~jpeacock/version-0.85/lib/version.pod
use version 0.77; our $VERSION = version->declare("v0.9.29");
use version 0.77; our $VERSION = version->declare("v0.9.30");

# MakeMaker stops at the line above, so NOW, we swap the $VERSION
# to $PRODUCT_VERSION and assign $VERSION
Expand All @@ -53,8 +53,8 @@ BEGIN {
$SCHEMA_VERSION = '4.0077';
$PRODUCT_NAME = 'Melody';
$PRODUCT_CODE = 'OM';
$VERSION_ID = '1.0.0b2 (build 29)';
$PORTAL_URL = 'http://openmelody.org';
$VERSION_ID = '1.0.0b2 (build 30)';
$PORTAL_URL = 'http://openmelody.org';
} ## end if ( '__MAKE_ME__' eq ...)
else {

Expand Down
4 changes: 2 additions & 2 deletions php/mt.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

if('__MAKE_ME__' == '__MAKE_' . 'ME__') { # If make is not run
define('VERSION', '4.34');
define('VERSION_ID', '1.0.0b2 (build 29)');
define('PRODUCT_VERSION', '0.9.29');
define('VERSION_ID', '1.0.0b2 (build 30)');
define('PRODUCT_VERSION', '0.9.30');
define('PRODUCT_NAME', 'Melody');
} else {
define('VERSION', '__API_VERSION__');
Expand Down

0 comments on commit 6afd951

Please sign in to comment.