[vhffs-dev] [2108] prepared constants field for future release |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2108
Author: gradator
Date: 2012-03-03 17:37:48 +0100 (Sat, 03 Mar 2012)
Log Message:
-----------
prepared constants field for future release
Modified Paths:
--------------
trunk/configure.ac
trunk/debian/changelog
trunk/vhffs-api/src/Vhffs/Constants.pm
trunk/vhffs-fs/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2012-03-03 16:30:24 UTC (rev 2107)
+++ trunk/configure.ac 2012-03-03 16:37:48 UTC (rev 2108)
@@ -1,5 +1,5 @@
AC_REVISION($Revision: 101 $)dnl
-AC_INIT([VHFFS], [4.4-dev], [support@xxxxxxxxx])
+AC_INIT([VHFFS], [4.4.0], [support@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2012-03-03 16:30:24 UTC (rev 2107)
+++ trunk/debian/changelog 2012-03-03 16:37:48 UTC (rev 2108)
@@ -1,3 +1,15 @@
+vhffs (4.4.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sylvain Rochet <gradator@xxxxxxxxxxxx> Sat, 03 Mar 2012 17:33:05 +0100
+
+vhffs (4.3.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Sylvain Rochet <gradator@xxxxxxxxxxxx> Sat, 23 Jul 2011 16:37:30 +0200
+
vhffs (4.3.0-1) unstable; urgency=low
* New upstream release
Modified: trunk/vhffs-api/src/Vhffs/Constants.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Constants.pm 2012-03-03 16:30:24 UTC (rev 2107)
+++ trunk/vhffs-api/src/Vhffs/Constants.pm 2012-03-03 16:37:48 UTC (rev 2108)
@@ -18,8 +18,8 @@
=cut
use constant {
- VHFFS_VERSION => '4.4-dev (Revision: %VHFFS_REVISION%)',
- VHFFS_RELEASE_NAME => undef,
+ VHFFS_VERSION => '4.4.0',
+ VHFFS_RELEASE_NAME => 'Otaria flavescens',
CONF_PATH => '/etc/vhffs/vhffs.conf',
Modified: trunk/vhffs-fs/configure.ac
===================================================================
--- trunk/vhffs-fs/configure.ac 2012-03-03 16:30:24 UTC (rev 2107)
+++ trunk/vhffs-fs/configure.ac 2012-03-03 16:37:48 UTC (rev 2108)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([VHFFS-FS], [4.3.0], [bugs@xxxxxxxxx])
+AC_INIT([VHFFS-FS], [4.4.0], [bugs@xxxxxxxxx])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([vhffsfs.c])
AC_CONFIG_HEADER([config.h])