SF.net SVN: postfixadmin:[739] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2009-10-25 14:39:46
|
Revision: 739 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=739&view=rev Author: christian_boltz Date: 2009-10-25 14:39:28 +0000 (Sun, 25 Oct 2009) Log Message: ----------- postfixadmin 2.3 final(ly) :-) - updating version number in various places Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2009-10-24 19:44:32 UTC (rev 738) +++ trunk/CHANGELOG.TXT 2009-10-25 14:39:28 UTC (rev 739) @@ -10,8 +10,8 @@ # Last update: # $Id$ -Version ***svn*** - 2009/10/24 - SVN r***** --------------------------------------- +Version 2.3 - 2009/10/24 - SVN r739 +----------------------------------- - automatically create quota tables for dovecot (both 1.0/1.1 and >= 1.2) - list-virtual can now handle both table formats Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2009-10-24 19:44:32 UTC (rev 738) +++ trunk/debian/changelog 2009-10-25 14:39:28 UTC (rev 739) @@ -1,3 +1,9 @@ +postfixadmin (2.3) unstable; urgency=low + + * New 'upstream' release. + + -- David Goodwin <dav...@pa...> Mon, 27 Jul 2009 22:08:26 +0100 + postfixadmin (2.3rc7) unstable; urgency=low * Fix issue with pre.rm script Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2009-10-24 19:44:32 UTC (rev 738) +++ trunk/functions.inc.php 2009-10-25 14:39:28 UTC (rev 739) @@ -16,7 +16,7 @@ * Contains re-usable code. */ -$version = '2.3 rc7'; +$version = '2.3'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |