X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=50dd07cfe900e322c8427dccdd8dcdea78e9ea16;hb=0a8a67ad94e01078e89a7ab197cd7dd9ed75ab6d;hp=9ed34c7a305aae52687d8f3f2ebc46b01df9e082;hpb=b9d96835b666ba142057c0ef0c426d23b8bbd3d1;p=privoxy.git diff --git a/configure.in b/configure.in index 9ed34c7a..50dd07cf 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.136 2009/08/01 11:41:58 fabiankeil Exp $ +dnl $Id: configure.in,v 1.137 2009/09/06 14:17:00 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2009 the dnl Privoxy team. http://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.136 $) +AC_REVISION($Revision: 1.137 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -79,7 +79,7 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_POINT=15 -CODE_STATUS="UNRELEASED" +CODE_STATUS="beta" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be dnl used for CGI output. Set version to 0.0.0 and status to "UNRELEASED"