From: Fabian Keil Date: Fri, 24 Jul 2009 11:48:08 +0000 (+0000) Subject: Change code status from BETA to beta. X-Git-Tag: v_3_0_14~3 X-Git-Url: http://www.privoxy.org/gitweb/telemarketing.html?a=commitdiff_plain;h=4c5d9731001ca7082db2c70a2e45106ee7869b2d;p=privoxy.git Change code status from BETA to beta. --- diff --git a/configure.in b/configure.in index 22d97399..23a10423 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.133 2009/06/20 19:07:45 fabiankeil Exp $ +dnl $Id: configure.in,v 1.134 2009/07/18 12:21:03 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.133 $) +AC_REVISION($Revision: 1.134 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -79,7 +79,7 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_POINT=14 -CODE_STATUS="BETA" +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"