source: extensions/AMenuManager/amm_version.inc.php @ 27518

Last change on this file since 27518 was 21514, checked in by plg, 11 years ago

next version is 3.2.5

File size: 699 bytes
RevLine 
[5421]1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : Advanced Menu Manager
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
[21514]17  define('AMM_VERSION',  '3.2.5');
[19359]18  define('AMM_VERSION2', '03.02.04');
[15366]19  define('AMM_GPC_NEEDED', '3.5.2');
[5421]20?>
Note: See TracBrowser for help on using the repository browser.