From: fredrik@DOLDA2000.COM Date: Tue, 24 May 2005 23:18:23 +0000 (+0000) Subject: Increase version number. X-Git-Url: http://dolda2000.com/gitweb/?p=icmp-dn.git;a=commitdiff_plain;h=1a493a32505cdcae54d8c9d6e91f8e4dd2f9e751 Increase version number. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@264 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/configure.ac b/configure.ac index af7eee4..0977ccc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([icmpdn], [0.1], [fredrik@dolda2000.com]) +AC_INIT([icmpdn], [0.2], [fredrik@dolda2000.com]) AC_CONFIG_AUX_DIR([autotools]) AC_CONFIG_SRCDIR([src/nss-icmp.c]) AC_CONFIG_HEADER([src/config.h])