From: hal9 Date: Fri, 22 Sep 2006 01:26:20 +0000 (+0000) Subject: Set version to 3.0.5 BETA for hopefully release this weekend. X-Git-Tag: v_3_0_5~18 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=99b912069623025ab646bc2467889127b01cc035 Set version to 3.0.5 BETA for hopefully release this weekend. --- diff --git a/configure.in b/configure.in index 2fd47c63..d6d5b715 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.91 2006/08/13 22:01:51 fabiankeil Exp $ +dnl $Id: configure.in,v 1.92 2006/08/17 17:09:49 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001 - 2004 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.92 2006/08/17 17:09:49 fabiankeil +dnl Added check for timegm(). +dnl dnl Revision 1.91 2006/08/13 22:01:51 fabiankeil dnl Added checks for strptime() and random() dnl @@ -441,7 +444,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.91 $) +AC_REVISION($Revision: 1.92 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -485,10 +488,10 @@ dnl ================================================================= dnl Application version number dnl ================================================================= -VERSION_MAJOR=0 +VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=0 -CODE_STATUS="UNRELEASED" +VERSION_POINT=5 +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"