source: extensions/AStat/astat_version.inc.php @ 5547

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

Update the plugin for compatibility with Piwigo 2.1 - forgotten file

File size: 652 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : AStat.2
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('ASTAT_VERSION',  '2.2.0');
18  define('ASTAT_VERSION2', '02.02.00');
19?>
Note: See TracBrowser for help on using the repository browser.