Signed-off-by: Chuck Lever <[email protected]> --- README | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README index 2981c54..5186f8b 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ SCM: git://git.linux-nfs.org/projects/cel/fedfs-utils.git Bugzilla: https://oss.oracle.com/bugzilla -Release notes for fedfs-utils 0.10.3 +Release notes for fedfs-utils 0.11-devel Release Quality Statement diff --git a/configure.ac b/configure.ac index a372f7e..da63cf8 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ # # -# Copyright 2010, 2011, 2012, 2013 Oracle. All rights reserved. +# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Oracle. All rights reserved. # # This file is part of fedfs-utils. # @@ -27,7 +27,7 @@ # AC_PREREQ([2.65]) -AC_INIT([fedfs-utils], [0.10.3], [[email protected]]) +AC_INIT([fedfs-utils], [0.11-devel], [[email protected]]) AC_CANONICAL_BUILD([]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
