summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-03-16 06:14:52 +0000
committerrpj <rpj>2005-03-16 06:14:52 +0000
commit25e5c566c5b050a04fc03851895f72750f016e4e (patch)
treeffd7a79ade9fed955bb5b7a99972f27c6b2a7d10 /pthread.h
parent37ed3c02272ff6ef9786bdce2271dd98ab3bad9e (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 c4d2ec9..9656cf4 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,4,0,0
-#define PTW32_VERSION_STRING "1, 4, 0, 0\0"
+#define PTW32_VERSION 1,5,0,0
+#define PTW32_VERSION_STRING "1, 5, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application