Project

General

Profile

« Previous | Next » 

Revision 1231

Added by Dietmar over 14 years ago

set revision constant to release version

View differences:

branches/2.8.x/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.1 -------------------------------------
14 14
29-Dec-2009 Dietmar Woellbrink (Luisehahne)
15
!	set revision constant to release version
16
29-Dec-2009 Dietmar Woellbrink (Luisehahne)
15 17
!	update release version
16 18
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
17 19
#	fix show date if only short content
branches/2.8.x/wb/admin/interface/version.php
2 2
/****************************************************************************
3 3
* SVN Version information:
4 4
*
5
* $Id$
5
* $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $
6 6
*
7
* $Revision$
8
*
7 9
*****************************************************************************
8 10
*                          WebsiteBaker
9 11
*
......
54 56
 * @author       Ryan Djurovich
55 57
 * @copyright    2004-2009, Ryan Djurovich
56 58
 * @copyright    2009, Website Baker Org. e.V.
57
 * @version      $Id$
59
 * @version      $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $
58 60
 * @platform     WebsiteBaker 2.8.x
59 61
 * @requirements >= PHP 4.3.4
60 62
 * @license      http://www.gnu.org/licenses/gpl.html
......
68 70

  
69 71
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
70 72
if(!defined('VERSION')) define('VERSION', '2.8.1');
71
if(!defined('REVISION')) define('REVISION', '$Revision$');
73
if(!defined('REVISION')) define('REVISION', '1231');
72 74

  
73 75
?>
74 76

  

Also available in: Unified diff