From 1fc0e0c85c756a907313653a577ad9c76a6aa6e7 Mon Sep 17 00:00:00 2001
From: jongfoster <jongfoster@users.sourceforge.net>
Date: Fri, 26 Apr 2002 18:26:09 +0000
Subject: [PATCH] Bumping version numbers

---
 vc_config_pthreads.h   | 11 +++++++----
 vc_config_winthreads.h | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/vc_config_pthreads.h b/vc_config_pthreads.h
index b70c9284..463a4cff 100644
--- a/vc_config_pthreads.h
+++ b/vc_config_pthreads.h
@@ -2,7 +2,7 @@
 #define CONFIG_H_INCLUDED
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/config.h.win,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/vc_config_pthreads.h,v $
  *
  * Purpose     :  This file should be the first thing included in every
  *                .c file.  (Before even system headers).  It contains 
@@ -36,7 +36,10 @@
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: config.h.win,v $
+ *    $Log: vc_config_pthreads.h,v $
+ *    Revision 1.1  2002/04/06 20:38:01  jongfoster
+ *    Renaming VC++ versions of config.h
+ *
  *    Revision 1.20  2002/04/03 22:28:03  gliptak
  *    Removed references to gnu_regex
  *
@@ -199,12 +202,12 @@
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 13
+#define VERSION_POINT 14
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.13"
+#define VERSION "2.9.14"
 
 /*
  * Status of the code: alpha, beta or stable
diff --git a/vc_config_winthreads.h b/vc_config_winthreads.h
index 6be09c36..5e971317 100644
--- a/vc_config_winthreads.h
+++ b/vc_config_winthreads.h
@@ -2,7 +2,7 @@
 #define CONFIG_H_INCLUDED
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/config.h.win32threads.win,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/vc_config_winthreads.h,v $
  *
  * Purpose     :  This file should be the first thing included in every
  *                .c file.  (Before even system headers).  It contains 
@@ -36,7 +36,10 @@
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: config.h.win32threads.win,v $
+ *    $Log: vc_config_winthreads.h,v $
+ *    Revision 1.1  2002/04/06 20:38:01  jongfoster
+ *    Renaming VC++ versions of config.h
+ *
  *    Revision 1.14  2002/03/26 22:29:54  swa
  *    we have a new homepage!
  *
@@ -196,12 +199,12 @@
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 13
+#define VERSION_POINT 14
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.13"
+#define VERSION "2.9.14"
 
 /*
  * Status of the code: alpha, beta or stable
-- 
2.49.0