From cfc4285de076b9792993b01427c4bb03e1d929dd Mon Sep 17 00:00:00 2001 From: Jay Allen Date: Fri, 27 May 2011 00:17:12 -0700 Subject: [PATCH] Bumping Melody version number to v1.0.1 --- build/mt-dists/default.mk | 6 +++--- lib/MT.pm | 8 ++++---- php/mt.php | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/mt-dists/default.mk b/build/mt-dists/default.mk index b4578f137..cc004a2be 100644 --- a/build/mt-dists/default.mk +++ b/build/mt-dists/default.mk @@ -1,9 +1,9 @@ PRODUCT_NAME = Melody -PRODUCT_VERSION = 1.0.0 -VERSION_ID = 1.0.0 +PRODUCT_VERSION = 1.0.1 +VERSION_ID = 1.0.1 SCHEMA_VERSION = 4.0078 # Corresponds to MT 4.35 (plus Melody enhancements) -API_VERSION = 4.35 +API_VERSION = 4.36 BUILD_LANGUAGE = en_US VERSION_SUFFIX = PORTAL_URL = http://openmelody.org/ diff --git a/lib/MT.pm b/lib/MT.pm index 2391d7d70..de179e652 100644 --- a/lib/MT.pm +++ b/lib/MT.pm @@ -43,18 +43,18 @@ 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("v1.0.0"); + use version 0.77; our $VERSION = version->declare("v1.0.1"); # MakeMaker stops at the line above, so NOW, we swap the $VERSION # to $PRODUCT_VERSION and assign $VERSION $PRODUCT_VERSION = $VERSION; # The rightful resting place - $VERSION = '4.35'; # The true API version + $VERSION = '4.36'; # The true API version $SCHEMA_VERSION = '4.0078'; $PRODUCT_NAME = 'Melody'; $PRODUCT_CODE = 'OM'; - $VERSION_ID = '1.0.0'; - $PORTAL_URL = 'http://openmelody.org'; + $VERSION_ID = '1.0.1'; + $PORTAL_URL = 'http://openmelody.org'; } ## end if ( '__MAKE_ME__' eq ...) else { diff --git a/php/mt.php b/php/mt.php index 67c19d1dc..626d3bc0a 100644 --- a/php/mt.php +++ b/php/mt.php @@ -6,9 +6,9 @@ # $Id$ if('__MAKE_ME__' == '__MAKE_' . 'ME__') { # If make is not run - define('VERSION', '4.35'); - define('VERSION_ID', '1.0.0'); - define('PRODUCT_VERSION', '1.0.0'); + define('VERSION', '4.36'); + define('VERSION_ID', '1.0.1'); + define('PRODUCT_VERSION', '1.0.1'); define('PRODUCT_NAME', 'Melody'); } else { define('VERSION', '__API_VERSION__');