summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-01-25 07:58:19 +0000
committerrpj <rpj>2005-01-25 07:58:19 +0000
commitb4329b1968f3282e17fca3ef180c76c7b98715ee (patch)
tree7d1a54a0035d08ab12b0a05d244b8687d8a1753b /pthread.h
parent2c2624655dfa830dafef17e87b739f876f098f8c (diff)
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread.h b/pthread.h
index a7df412..8a8139c 100644
--- a/pthread.h
+++ b/pthread.h
@@ -37,8 +37,8 @@
* See the README file for an explanation of the pthreads-win32 version
* numbering scheme and how the DLL is named etc.
*/
-#define PTW32_VERSION 1,1,0,0
-#define PTW32_VERSION_STRING "1, 1, 0, 0\0"
+#define PTW32_VERSION 1,2,0,0
+#define PTW32_VERSION_STRING "1, 2, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application