Set version info for 3.0.1 release
authoroes <oes@users.sourceforge.net>
Tue, 18 Mar 2003 19:38:57 +0000 (19:38 +0000)
committeroes <oes@users.sourceforge.net>
Tue, 18 Mar 2003 19:38:57 +0000 (19:38 +0000)
configure.in

index 8e01d3d..ea4ce76 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.68.2.11 2003/03/06 15:22:37 oes Exp $
+dnl $Id: configure.in,v 1.68.2.12 2003/03/07 03:41:04 david__schmidt Exp $
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 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.68.2.12  2003/03/07 03:41:04  david__schmidt
+dnl Wrapping all *_r functions (the non-_r versions of them) with mutex semaphores for OSX.  Hopefully this will take care of all of those pesky crash reports.
+dnl
 dnl Revision 1.68.2.11  2003/03/06 15:22:37  oes
 dnl Fixed minor shell syntax bug
 dnl
@@ -406,7 +409,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.68.2.11 $)
+AC_REVISION($Revision: 1.68.2.12 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -450,10 +453,10 @@ dnl =================================================================
 dnl Application version number
 dnl =================================================================
 
-VERSION_MAJOR=0
+VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_POINT=0
-CODE_STATUS="UNRELEASED"
+VERSION_POINT=1
+CODE_STATUS="stable"
 
 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"