diff options
author | rpj <rpj> | 2007-01-06 13:44:39 +0000 |
---|---|---|
committer | rpj <rpj> | 2007-01-06 13:44:39 +0000 |
commit | 35dec51214f692110f441cd68a94cbd264574d18 (patch) | |
tree | 1ce9711f604c6799eea806f40b22ce02574b8ae6 /pthread.h | |
parent | eeef426b8399ad39dfc759352a6e7b0348a047d1 (diff) |
See ChangeLog
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |