From 94f516f6f2e24100d350013cf7812bee272d6daa Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 6 May 2004 21:38:58 +0000 Subject: [PATCH] bump 0_0_6-patches to 0.0.6.1 svn:r1802 --- branches/tor-0_0_6-patches/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/tor-0_0_6-patches/configure.in b/branches/tor-0_0_6-patches/configure.in index 248c00dfcc..4878047c12 100644 --- a/branches/tor-0_0_6-patches/configure.in +++ b/branches/tor-0_0_6-patches/configure.in @@ -1,6 +1,6 @@ AC_INIT -AM_INIT_AUTOMAKE(tor, 0.0.6) +AM_INIT_AUTOMAKE(tor, 0.0.6.1) AM_CONFIG_HEADER(orconfig.h) CFLAGS="$CFLAGS -Wall -g -O2 -I/usr/kerberos/include"