Bumping version numbers
authorjongfoster <jongfoster@users.sourceforge.net>
Fri, 26 Apr 2002 18:26:09 +0000 (18:26 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Fri, 26 Apr 2002 18:26:09 +0000 (18:26 +0000)
vc_config_pthreads.h
vc_config_winthreads.h

index b70c928..463a4cf 100644 (file)
@@ -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 
  *                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
  *
 /*
  * 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
index 6be09c3..5e97131 100644 (file)
@@ -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 
  *                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!
  *
 /*
  * 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