aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-08-05 03:01:45 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-05 03:01:45 -0400
commit7bac7f9d97e8ffab884370e8e776f072914c9eab (patch)
tree876c73bfdcbf20d1d5ce15295c3a17f73e9aec9b
parentc913b2f6b80e3cf1e9f14ae4ade1ce5eadd11a84 (diff)
downloaddbfs-7bac7f9d97e8ffab884370e8e776f072914c9eab.tar.gz
Bump version to 0.5git.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1c3429..79667b3 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.4, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.5git, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])