CVS update: /cowiki/htdocs/
[email protected] 26 May 2005 22:00:12 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/26 15:00:12 Modified: cowiki/htdocs/version.php Log: Catch up with version date File Changes: Directory: /cowiki/htdocs/ ========================== File [changed]: version.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/version.php?r1=1.133&r2=1.134 Delta lines: +3 -3 ------------------- --- version.php 16 May 2005 22:32:16 -0000 1.133 +++ version.php 26 May 2005 22:00:10 -0000 1.134 @@ -2,7 +2,7 @@ /** * - * $Id: version.php,v 1.133 2005/05/16 22:32:16 dgorski Exp $ + * $Id: version.php,v 1.134 2005/05/26 22:00:10 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.133 $ + * @version $Revision: 1.134 $ * */ @@ -108,7 +108,7 @@ * ease the work of the developers. Please do not forget to add your * changes to the ChangeLog file too. */ - define('COWIKI_VERSION_DATE', 'May 16 2005'); + define('COWIKI_VERSION_DATE', 'May 26 2005');