Yay, I managed to display something! Only problem is that it required refactoring...
[pivip.git] / project / plugins / install / Version.php
blobbe7577c844e1a4e3341553f1351c02341d35e59f
1 <?php
3 /**
4 * Pivip
5 * Copyright (C) 2008 Vincent Tunru
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
20 * @license http://www.fsf.org/licensing/licenses/info/GPLv2.html GPL v.2
21 * @category PivipPluginsDefault
22 * @package Plugin_Install
23 * @copyright (C) 2008 Vincent Tunru
24 * @author Vincent Tunru <email@vincentt.org>
27 /**
28 * Get the current version of the Pivip
30 * Since the Install plugin is an essential part of Pivip, it is tailored to
31 * whatever version of Pivip is running (meaning that it has the same version
32 * number).
34 class Install_Version extends Pivip_Version