From 0d9d6a926e03bb173dd78cd99514dd675716c48f Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Mon, 19 Mar 2007 09:56:09 -0400 Subject: Bump version to 0.8git. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e3fe90c..5972a52 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ +Version 0.8 -- under development + +- + Version 0.7 -- March 19, 2007 - Fix lack of releasedir FUSE reply diff --git a/configure.ac b/configure.ac index bbdcbcb..2a9b323 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT(fuse-dbfs, 0.7, [Jeff Garzik ]) +AC_INIT(fuse-dbfs, 0.8git, [Jeff Garzik ]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([dbfs.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit 1.2.3-korg