source: extensions/lmt/lmt_version.inc.php @ 27153

Last change on this file since 27153 was 17604, checked in by grum, 12 years ago

bug:2726

File size: 681 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : LMT
4  Author     : Grum
5    email    : grum@grum.fr
6    website  : http://photos.grum.fr
7    PWG user : http://forum.piwigo.org/profile.php?id=3706
8
9    << May the Little SpaceFrog be with you ! >>
10  ------------------------------------------------------------------------------
11  See main.inc.php for release information
12
13  --------------------------------------------------------------------------- */
14
15  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
16
17  define('LMT_VERSION',  '1.4.1');
18  define('LMT_VERSION2', '01.04.01');
19  define('LMT_GPC_NEEDED', '3.5.2');
20?>
Note: See TracBrowser for help on using the repository browser.