diff options
author | rpj <rpj> | 2005-01-25 07:58:19 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-01-25 07:58:19 +0000 |
commit | b4329b1968f3282e17fca3ef180c76c7b98715ee (patch) | |
tree | 7d1a54a0035d08ab12b0a05d244b8687d8a1753b /pthread.h | |
parent | 2c2624655dfa830dafef17e87b739f876f098f8c (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 1,1,0,0 -#define PTW32_VERSION_STRING "1, 1, 0, 0\0" +#define PTW32_VERSION 1,2,0,0 +#define PTW32_VERSION_STRING "1, 2, 0, 0\0" /* There are three implementations of cancel cleanup. * Note that pthread.h is included in both application |