[vhffs-dev] [1506] so that baud will stop complaining :p |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1506
Author: gradator
Date: 2009-08-03 02:14:30 +0200 (Mon, 03 Aug 2009)
Log Message:
-----------
so that baud will stop complaining :p
Modified Paths:
--------------
trunk/configure.ac
trunk/vhffs-api/src/Vhffs/Constants.pm
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-08-02 22:28:42 UTC (rev 1505)
+++ trunk/configure.ac 2009-08-03 00:14:30 UTC (rev 1506)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT(vhffs, [4.2], [support@xxxxxxxxx])
+AC_INIT(vhffs, [4.3], [support@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
Modified: trunk/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Constants.pm 2009-08-02 22:28:42 UTC (rev 1505)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm 2009-08-03 00:14:30 UTC (rev 1506)
@@ -6,8 +6,8 @@
use constant
{
- VHFFS_VERSION => '4.2-alpha (Revision: %VHFFS_REVISION%)',
- VHFFS_RELEASE_NAME => "platypus",
+ VHFFS_VERSION => '4.3-alpha (Revision: %VHFFS_REVISION%)',
+ VHFFS_RELEASE_NAME => "tobedefined",
WAITING_FOR_VALIDATION => 1,
VALIDATION_REFUSED => 2,