source: extensions/edit_gmaps/admin/include/Toolkit_Version.php @ 10060

Last change on this file since 10060 was 9412, checked in by cljosse, 13 years ago
File size: 1.9 KB
Line 
1<?php
2/******************************************************************************
3*
4* Filename:     XMP.php
5*
6* Description:  Provides a single place where the current version of the toolkit
7*               is stored.
8*
9* Author:      Evan Hunter
10*
11* Date:         27/7/2004
12*
13* Project:      JPEG Metadata
14*
15* Revision:     1.11
16*
17* NOTE:         This file will change with every revision update, hence will not
18*               be shown in the changes list
19*
20* URL:          http://electronics.ozhiker.com
21*
22* Copyright:    Copyright " . $auteur . " 2004
23*
24* License:      This file is part of the PHP JPEG Metadata Toolkit.
25*
26*               The PHP JPEG Metadata Toolkit is free software; you can
27*               redistribute it and/or modify it under the terms of the
28*               GNU General Public License as published by the Free Software
29*               Foundation; either version 2 of the License, or (at your
30*               option) any later version.
31*
32*               The PHP JPEG Metadata Toolkit is distributed in the hope
33*               that it will be useful, but WITHOUT ANY WARRANTY; without
34*               even the implied warranty of MERCHANTABILITY or FITNESS
35*               FOR A PARTICULAR PURPOSE.  See the GNU General Public License
36*               for more details.
37*
38*               You should have received a copy of the GNU General Public
39*               License along with the PHP JPEG Metadata Toolkit; if not,
40*               write to the Free Software Foundation, Inc., 59 Temple
41*               Place, Suite 330, Boston, MA  02111-1307  USA
42*
43*               If you require a different license for commercial or other
44*               purposes, please contact the author: evan@ozhiker.com
45*
46******************************************************************************/
47
48$GLOBALS['Toolkit_Version'] = "1.11";
49
50?>
Note: See TracBrowser for help on using the repository browser.