aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-11-08 08:51:30 -0500
committerJeff Garzik <jeff@garzik.org>2006-11-08 08:51:30 -0500
commitcef067a5410b68d63ecde89dae8fb01d68b816bd (patch)
treed797d84ff6e8f4a7714df78be00e0c1b39d2e2b7
parent1916e09764701061791a1136a38933c9fce9d5da (diff)
downloaddbfs-cef067a5410b68d63ecde89dae8fb01d68b816bd.tar.gz
Bump repository version to 0.6git.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e7cb23c..b6784bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
+Version 0.6 -- Not yet released
+
+- ...
+
Version 0.5 -- November 8, 2006
- Implement all ops except for create. Now feature complete.
diff --git a/configure.ac b/configure.ac
index 103090c..edf770e 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.5, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.6git, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])