Parent Directory | Revision Log
version initiale
1 | fraynaud | 3 | <?php |
2 | /** | ||
3 | * Ce fichier permet de stocker la version de l'application | ||
4 | * | ||
5 | * @package openmairie_exemple | ||
6 | * @version SVN: $Id: version.inc.php 337 2010-12-15 17:27:49Z fraynaud $ | ||
7 | */ | ||
8 | |||
9 | /** | ||
10 | * Le numero de version est affiche en permanence dans le footer | ||
11 | */ | ||
12 | $version = "4.0.0-beta"; | ||
13 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |