From 35dec51214f692110f441cd68a94cbd264574d18 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 6 Jan 2007 13:44:39 +0000 Subject: See ChangeLog --- pthread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread.h') 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 -- cgit v1.2.3