source: extensions/ColorStat/cstat_version.inc.php @ 6893

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

Update plugin version to 1.0.2
bug:1796, bug:1854 + update CStat for GPC 3.2.0

File size: 654 bytes
RevLine 
[5961]1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : ColorStat
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
[6893]17  define('CSTAT_VERSION',  '1.0.2');
18  define('CSTAT_VERSION2', '01.00.02');
[5961]19?>
Note: See TracBrowser for help on using the repository browser.