X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=29908b96612f49d19a14e74c0f3cff06eafc63a5;hb=caf0013d7d203d04c49137fd3f502ff73c506b72;hp=2658be07215234547f170695b4727de111b5b251;hpb=52feb95cca9309b54829313054d8f4befabbd028;p=privoxy.git diff --git a/configure.in b/configure.in index 2658be07..29908b96 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.140 2009/11/07 13:44:43 fabiankeil Exp $ +dnl $Id: configure.in,v 1.142 2010/02/13 16:35:45 fabiankeil Exp $ dnl -dnl Written by and Copyright (C) 2001-2009 the +dnl Written by and Copyright (C) 2001-2010 the dnl Privoxy team. http://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.140 $) +AC_REVISION($Revision: 1.142 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -78,7 +78,7 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=16 +VERSION_POINT=17 CODE_STATUS="UNRELEASED" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be