From b4904e0f8721f9c6fed81619241ebf03c0431e61 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 26 Jul 2002 15:21:12 +0000 Subject: [PATCH] Bumped version number for 2.9.16 freeze --- configure.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 2b697f1a..776e8bb9 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 @@ -411,7 +416,7 @@ dnl ================================================================= VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=15 +VERSION_POINT=16 CODE_STATUS="beta" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be -- 2.39.2