1 <?php 2 /*********************************************** 3 * File : version.php 4 * Project : Z-Push 5 * Descr : version number 6 * 7 * Created : 18.04.2008 8 * 9 * © Zarafa Deutschland GmbH, www.zarafaserver.de 10 * This file is distributed under GPL v2. 11 * Consult LICENSE file for details 12 ************************************************/ 13 14 $zpush_version = "SVN AS14 checkout"; 15 ?>