Update of /cvsroot/ccomx/ccom/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15326/include
Modified Files:
ccom.h
Log Message:
fixed bug 1297991
Index: ccom.h
===================================================================
RCS file: /cvsroot/ccomx/ccom/include/ccom.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ccom.h 8 Nov 2004 21:17:48 -0000 1.8
--- ccom.h 21 Sep 2005 18:12:10 -0000 1.9
***************
*** 4,11 ****
#define CCOM_VERSION_MAJOR 0
#define CCOM_VERSION_MINOR 9
! #define CCOM_VERSION_PATCH 2
! #define CCOM_VERSION_STRING "0.9.2"
! #define CCOM_DATE 20040611 /* yyyymmdd */
! #define CCOM_DATE_STRING "Jun 11, 2004"
#include "ccom/ccomcfg.h"
--- 4,11 ----
#define CCOM_VERSION_MAJOR 0
#define CCOM_VERSION_MINOR 9
! #define CCOM_VERSION_PATCH 3
! #define CCOM_VERSION_STRING "0.9.3"
! #define CCOM_DATE 20050921 /* yyyymmdd */
! #define CCOM_DATE_STRING "Sep 21, 2005"
#include "ccom/ccomcfg.h"
|