From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 10 Oct 2009 05:47:52 +0000 (+0000)
Subject: Set CODE_STATUS to beta.
X-Git-Tag: v_3_0_15~15
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/user-manual/@default-cgi@toggle?a=commitdiff_plain;h=f73041435de6e30a1b5c4c0136ad16e1a0ed76d5;p=privoxy.git

Set CODE_STATUS to beta.
---

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"