source: extensions/Histogram/hgram_version.inc.php @ 8509

Last change on this file since 8509 was 8509, checked in by grum, 13 years ago

First commit for histogram plugin

  • Property svn:executable set to *
File size: 693 bytes
Line 
1<?php
2/* -----------------------------------------------------------------------------
3  Plugin     : Histogram
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('HGRAM_VERSION',  '0.1.0');
18  define('HGRAM_VERSION2', '00.01.00');
19  define('HGRAM_GPC_NEEDED', '3.2.0');
20?>
Note: See TracBrowser for help on using the repository browser.