CVS update: /cowiki/htdocs/
[email protected] 26 Aug 2005 14:42:24 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/08/26 07:42:24 Modified: cowiki/htdocs/version.php Log: Updated version date due to Johns RSSViewer patch File Changes: Directory: /cowiki/htdocs/ ========================== File [changed]: version.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/version.php?r1=1.149&r2=1.150 Delta lines: +3 -3 ------------------- --- version.php 11 Aug 2005 04:14:13 -0000 1.149 +++ version.php 26 Aug 2005 14:42:22 -0000 1.150 @@ -2,7 +2,7 @@ /** * - * $Id: version.php,v 1.149 2005/08/11 04:14:13 dgorski Exp $ + * $Id: version.php,v 1.150 2005/08/26 14:42:22 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -16,7 +16,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.149 $ + * @version $Revision: 1.150 $ * */ @@ -99,7 +99,7 @@ * ease the work of the developers. Please do not forget to add your * changes to the ChangeLog file too. */ - define('COWIKI_VERSION_DATE', 'August 10 2005'); + define('COWIKI_VERSION_DATE', 'August 26 2005');