summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2007-01-06 13:44:39 +0000
committerrpj <rpj>2007-01-06 13:44:39 +0000
commit35dec51214f692110f441cd68a94cbd264574d18 (patch)
tree1ce9711f604c6799eea806f40b22ce02574b8ae6 /pthread.h
parenteeef426b8399ad39dfc759352a6e7b0348a047d1 (diff)
See ChangeLog
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 f3d2dac..1fd465b 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 2,8,0,0
-#define PTW32_VERSION_STRING "2, 8, 0, 0\0"
+#define PTW32_VERSION 2,9,0,0
+#define PTW32_VERSION_STRING "2, 9, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application