aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-27 10:05:34 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-27 10:05:34 -0400
commitff073e02a9839f6a6cfdbde60e10e11df9cd187c (patch)
tree45b32e6c430f73ce95ed5832687dd2f23f37e232
parent8defa1db92b02f0e6a7436d37371a5276360a492 (diff)
downloaddbfs-ff073e02a9839f6a6cfdbde60e10e11df9cd187c.tar.gz
Bump version to 0.2git.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38c4b62..236ded5 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.1, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-dbfs, 0.2git, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([dbfs.c])
AM_INIT_AUTOMAKE([gnu])