X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=61152d5a8354eda46f58474bc4eb151f151bd8d0;hb=c7277a8982dd2acb7a60877c7b903674bcfc3c34;hp=8dbba539c30ddc22682cd9b3e581184877c8d731;hpb=43980e5c0dbe1b2090fa04f69c3989960f1d8975;p=privoxy.git diff --git a/configure.in b/configure.in index 8dbba539..61152d5a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.184 2014/06/02 06:19:05 fabiankeil Exp $ +dnl $Id: configure.in,v 1.190 2016/01/16 12:33:16 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2014 the dnl Privoxy team. http://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.184 $) +AC_REVISION($Revision: 1.190 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -78,7 +78,7 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=22 +VERSION_POINT=25 CODE_STATUS="UNRELEASED" dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED",