[vhffs-dev] [2261] trunk is now 4.6-dev |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2261
Author: gradator
Date: 2014-12-14 20:18:12 +0100 (Sun, 14 Dec 2014)
Log Message:
-----------
trunk is now 4.6-dev
Modified Paths:
--------------
trunk/configure.ac
trunk/vhffs-api/src/Vhffs/Constants.pm
trunk/vhffs-fs/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2014-12-14 18:40:41 UTC (rev 2260)
+++ trunk/configure.ac 2014-12-14 19:18:12 UTC (rev 2261)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT([VHFFS], [4.5.0], [support@xxxxxxxxx])
+AC_INIT([VHFFS], [4.6-dev], [support@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Modified: trunk/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Constants.pm 2014-12-14 18:40:41 UTC (rev 2260)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm 2014-12-14 19:18:12 UTC (rev 2261)
@@ -18,8 +18,8 @@
=cut
use constant {
- VHFFS_VERSION => '4.5.0',
- VHFFS_RELEASE_NAME => 'Mirounga leonina',
+ VHFFS_VERSION => '4.6-dev (Revision: %VHFFS_REVISION%)',
+ VHFFS_RELEASE_NAME => undef,
CONF_PATH => '/etc/vhffs/vhffs.conf',
Modified: trunk/vhffs-fs/configure.ac
===================================================================
--- trunk/vhffs-fs/configure.ac 2014-12-14 18:40:41 UTC (rev 2260)
+++ trunk/vhffs-fs/configure.ac 2014-12-14 19:18:12 UTC (rev 2261)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([VHFFS-FS], [4.5.0], [bugs@xxxxxxxxx])
+AC_INIT([VHFFS-FS], [4.6-dev], [bugs@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([vhffsfs.c])
AC_CONFIG_HEADER([config.h])