summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-01-01 14:25:02 +0000
committerrpj <rpj>2005-01-01 14:25:02 +0000
commitc047ca63139fd3b9e0dedc224dffe04666204dd1 (patch)
tree75ce525b318a53e25a95a44d6db9f77b53efdabb /pthread.h
parentb784d0336a41cab82fd3099b865a7d8e07cf1a23 (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 ce83f34..199940e 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,0,0,0
-#define PTW32_VERSION_STRING "1, 0, 0, 0\0"
+#define PTW32_VERSION 1,1,0,0
+#define PTW32_VERSION_STRING "1, 1, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application