From 2c092aff243227e5802432b14c370502769313b9 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sat, 25 May 2002 18:11:49 +0000 Subject: [PATCH] Wahay!!! 3.0.x has branched! New development version is 3.1.1 alpha --- configure.in | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 2b697f1a..381b1b0f 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.67 2002/05/03 14:33:59 oes Exp $ +dnl $Id: configure.in,v 1.68 2002/05/25 16:54:54 jongfoster Exp $ dnl dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,11 @@ 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.68 2002/05/25 16:54:54 jongfoster +dnl Detect if the compiler supports -pthread. +dnl Hopefully this will fix bug 560442. (I don't have a HP PA-RISC +dnl machine to test this!) +dnl dnl Revision 1.67 2002/05/03 14:33:59 oes dnl Generate doc/soucre/ldp.dsl dnl @@ -365,7 +370,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.67 $) +AC_REVISION($Revision: 1.68 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -409,10 +414,10 @@ dnl ================================================================= dnl Application version number dnl ================================================================= -VERSION_MAJOR=2 -VERSION_MINOR=9 -VERSION_POINT=15 -CODE_STATUS="beta" +VERSION_MAJOR=3 +VERSION_MINOR=1 +VERSION_POINT=1 +CODE_STATUS="alpha" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be dnl used for CGI output -- 2.39.2