~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to php/mt.php

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2009-10-06 22:09:27 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091006220927-qusoqt9vtm3fgtgr
Tags: 4.3.2-1
New upstream release (closes: #544206)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
# $Id: mt.php.pre 3536 2009-03-12 12:57:34Z fumiakiy $
7
7
 
8
 
define('VERSION', '4.261');
9
 
define('VERSION_ID', '4.261');
10
 
define('PRODUCT_VERSION', '4.261');
 
8
define('VERSION', '4.32');
 
9
define('VERSION_ID', '4.32-en');
 
10
define('PRODUCT_VERSION', '4.32');
11
11
define('PRODUCT_NAME', 'Movable Type');
12
12
 
13
13
global $Lexicon;