aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-27 09:28:54 -0400
committerJeff Garzik <jeff@garzik.org>2006-04-27 09:28:54 -0400
commit498be82f70797152382f5a20fdc21b386d75ff60 (patch)
treec232df75bb9706b8a7489a1b585821216f10c6e4
parente5e4de54996bdec19cede255d3d62328e4973f96 (diff)
downloadfuse-ext2-498be82f70797152382f5a20fdc21b386d75ff60.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 d7266f9..95e8683 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-ext2, 0.1, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(fuse-ext2, 0.2git, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ext2fs.c])
AM_INIT_AUTOMAKE([gnu])