[vhffs-dev] [2114] trunk is now 4.5-dev |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2114
Author: gradator
Date: 2012-03-03 19:20:57 +0100 (Sat, 03 Mar 2012)
Log Message:
-----------
trunk is now 4.5-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 2012-03-03 18:18:12 UTC (rev 2113)
+++ trunk/configure.ac 2012-03-03 18:20:57 UTC (rev 2114)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT([VHFFS], [4.4.0], [support@xxxxxxxxx])
+AC_INIT([VHFFS], [4.5-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 2012-03-03 18:18:12 UTC (rev 2113)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm 2012-03-03 18:20:57 UTC (rev 2114)
@@ -18,8 +18,8 @@
=cut
use constant {
- VHFFS_VERSION => '4.4.0',
- VHFFS_RELEASE_NAME => 'Otaria flavescens',
+ VHFFS_VERSION => '4.5-dev',
+ VHFFS_RELEASE_NAME => undef,
CONF_PATH => '/etc/vhffs/vhffs.conf',
Modified: trunk/vhffs-fs/configure.ac
===================================================================
--- trunk/vhffs-fs/configure.ac 2012-03-03 18:18:12 UTC (rev 2113)
+++ trunk/vhffs-fs/configure.ac 2012-03-03 18:20:57 UTC (rev 2114)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([VHFFS-FS], [4.4.0], [bugs@xxxxxxxxx])
+AC_INIT([VHFFS-FS], [4.5-dev], [bugs@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([vhffsfs.c])
AC_CONFIG_HEADER([config.h])