Show
Ignore:
Timestamp:
05/27/12 10:05:30 (12 months ago)
Author:
grum
Message:

feature:2641 - Compatibility with Piwigo 2.4

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/lmt/lmt_version.inc.php

    r11342 r15341  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 
    1616 
    17   define('LMT_VERSION',  '1.3.1'); 
    18   define('LMT_VERSION2', '01.03.01'); 
    19   define('LMT_GPC_NEEDED', '3.5.1'); 
     17  define('LMT_VERSION',  '1.4.0'); 
     18  define('LMT_VERSION2', '01.04.00'); 
     19  define('LMT_GPC_NEEDED', '3.5.2'); 
    2020?>