diff options
author | rpj <rpj> | 2005-03-16 06:15:48 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-03-16 06:15:48 +0000 |
commit | e01f06b3309760ffde46829bbee2c7234fd521c3 (patch) | |
tree | ad3b0785c5d180d5629da359f6ac5040cd928dd4 /pthread.h | |
parent | e2e9fa5538bc4f00dec031cb98f832159e2bb33c (diff) |
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,0,0,0 -#define PTW32_VERSION_STRING "2, 0, 0, 0\0" +#define PTW32_VERSION 2,1,0,0 +#define PTW32_VERSION_STRING "2, 1, 0, 0\0" /* There are three implementations of cancel cleanup. * Note that pthread.h is included in both application |