Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1230)
+++ branches/2.8.x/CHANGELOG	(revision 1231)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 29-Dec-2009 Dietmar Woellbrink (Luisehahne)
+!	set revision constant to release version
+29-Dec-2009 Dietmar Woellbrink (Luisehahne)
 !	update release version
 28-Dec-2009 Dietmar Woellbrink (Luisehahne)
 #	fix show date if only short content
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1230)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1231)
@@ -2,8 +2,10 @@
 /****************************************************************************
 * SVN Version information:
 *
-* $Id$
+* $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $
 *
+* $Revision$
+*
 *****************************************************************************
 *                          WebsiteBaker
 *
@@ -54,7 +56,7 @@
  * @author       Ryan Djurovich
  * @copyright    2004-2009, Ryan Djurovich
  * @copyright    2009, Website Baker Org. e.V.
- * @version      $Id$
+ * @version      $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $
  * @platform     WebsiteBaker 2.8.x
  * @requirements >= PHP 4.3.4
  * @license      http://www.gnu.org/licenses/gpl.html
@@ -68,6 +70,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.1');
-if(!defined('REVISION')) define('REVISION', '$Revision$');
+if(!defined('REVISION')) define('REVISION', '1231');
 
 ?>
\ No newline at end of file

Property changes on: branches/2.8.x/wb/admin/interface/version.php
___________________________________________________________________
Modified: svn:keywords
## -1 +1,2 ##
-Id
\ No newline at end of property
+$Id
+$Revision$
\ No newline at end of property
