source: extensions/AMetaData/amd_version.inc.php @ 6299

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

Update plugin for Piwigo 2.1

File size: 638 bytes
Line 
1<?php
2/*
3 * -----------------------------------------------------------------------------
4 * Plugin Name: Advanced MetaData
5 * -----------------------------------------------------------------------------
6 * Author     : Grum
7 *   email    : grum@piwigo.org
8 *   website  : http://photos.grum.fr
9 *   PWG user : http://forum.piwigo.org/profile.php?id=3706
10 *
11 *   << May the Little SpaceFrog be with you ! >>
12 *
13 * -----------------------------------------------------------------------------
14 *
15 */
16
17  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
18
19  define('AMD_VERSION',  '0.4.0');
20  define('AMD_VERSION2', '00.04.00');
21?>
Note: See TracBrowser for help on using the repository browser.