source: extensions/GrumPluginClasses/gpc_version.inc.php @ 7310

Last change on this file since 7310 was 7310, checked in by grum, 14 years ago

fix bug on the rbuilder and migrate ajax call on the gpc ajax manager
fix bug:1945
add some functionnalities

File size: 701 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : GPC3
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  if(!defined('GPC_VERSION')) define('GPC_VERSION',  '3.3.2');
18  if(!defined('GPC_VERSION2')) define('GPC_VERSION2', '03.03.02');
19?>
Note: See TracBrowser for help on using the repository browser.