aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-03-19 09:56:09 -0400
committerJeff Garzik <jeff@garzik.org>2007-03-19 09:56:09 -0400
commit0d9d6a926e03bb173dd78cd99514dd675716c48f (patch)
treed09f4c6ab35ad460b73b44b40de80826a38204b2
parentbd328d5a4f9d1381109dd940ddad3bf2220b4929 (diff)
downloaddbfs-0d9d6a926e03bb173dd78cd99514dd675716c48f.tar.gz
Bump version to 0.8git.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
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 <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.8git, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])