Bumping version number to 2.9.7
authorjongfoster <jongfoster@users.sourceforge.net>
Sat, 21 Jul 2001 18:00:07 +0000 (18:00 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sat, 21 Jul 2001 18:00:07 +0000 (18:00 +0000)
config.h.win
config.h.win32threads.win
configure
configure.in

index da2bbc6..ce37a0b 100755 (executable)
  *
  * Revisions   :
  *    $Log: config.h.win,v $
+ *    Revision 1.6  2001/07/15 20:08:40  jongfoster
+ *    New build files for VC++ which provide the option of POSIX
+ *    or Win32 threads.
+ *
  *    Revision 1.5  2001/07/15 18:00:46  jongfoster
  *    Renaming STATIC to STATIC_PCRE.
  *    Replacing this file with one built by "configure" from
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 6
+#define VERSION_POINT 7
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.6"
+#define VERSION "2.9.7"
 
 /*
  * Status of the code: alpha, beta or stable
index 43c37bb..40da61d 100644 (file)
@@ -4,7 +4,7 @@
 #define _CONFIG_H
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/config.h.win,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/config.h.win32threads.win,v $
  *
  * Purpose     :  This file should be the first thing included in every
  *                .c file.  (Before even system headers).  It contains 
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: config.h.win,v $
+ *    $Log: config.h.win32threads.win,v $
+ *    Revision 1.1  2001/07/15 20:08:40  jongfoster
+ *    New build files for VC++ which provide the option of POSIX
+ *    or Win32 threads.
+ *
  *    Revision 1.5  2001/07/15 18:00:46  jongfoster
  *    Renaming STATIC to STATIC_PCRE.
  *    Replacing this file with one built by "configure" from
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 6
+#define VERSION_POINT 7
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.6"
+#define VERSION "2.9.7"
 
 /*
  * Status of the code: alpha, beta or stable
index f300ac4..db6d1f9 100755 (executable)
--- a/configure
+++ b/configure
@@ -567,7 +567,7 @@ fi
 
 VERSION_MAJOR=2
 VERSION_MINOR=9
-VERSION_POINT=6
+VERSION_POINT=7
 
 
 
index 67dee7d..09c37ed 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.9 2001/07/15 19:45:13 jongfoster Exp $
+dnl $Id: configure.in,v 1.10 2001/07/18 17:25:04 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl IJBSWA team.  http://ijbswa.sourceforge.net
@@ -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.10  2001/07/18 17:25:04  oes
+dnl Fixed a typo
+dnl
 dnl Revision 1.9  2001/07/15 19:45:13  jongfoster
 dnl Added support for linking with POSIX threads library
 dnl
@@ -148,7 +151,7 @@ AC_CONFIG_HEADER(config.h)
 
 VERSION_MAJOR=2
 VERSION_MINOR=9
-VERSION_POINT=6
+VERSION_POINT=7
 
 AC_SUBST(VERSION_MAJOR)
 AC_SUBST(VERSION_MINOR)