X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=61152d5a8354eda46f58474bc4eb151f151bd8d0;hp=8dbba539c30ddc22682cd9b3e581184877c8d731;hb=4548a329766e496fd52c3d54a6b8d0da7464e6c5;hpb=43980e5c0dbe1b2090fa04f69c3989960f1d8975 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",