summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-18 14:35:16 +0000
committerrpj <rpj>2005-05-18 14:35:16 +0000
commit2f7259b53b446762a1178150b0762c734b85c206 (patch)
tree517e8077e3f4689d2ac331d7000757994cebfd2b /pthread.h
parent2531397c796d14f5fb934ae3fcf3c5327bd41bc9 (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 600695a..cbd1b83 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,9,0,0
-#define PTW32_VERSION_STRING "1, 9, 0, 0\0"
+#define PTW32_VERSION 1,10,0,0
+#define PTW32_VERSION_STRING "1, 10, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application