Update of /cvsroot/cbar/cbar/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20003/include
Modified Files:
cbar.h
Log Message:
Set correct line endings in fix* in the distribution package, and improved the scrips to avoid future problems.
Index: cbar.h
===================================================================
RCS file: /cvsroot/cbar/cbar/include/cbar.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cbar.h 21 Sep 2005 18:29:15 -0000 1.8
--- cbar.h 29 Oct 2005 18:57:56 -0000 1.9
***************
*** 4,11 ****
#define CBAR_VERSION_MAJOR 1
#define CBAR_VERSION_MINOR 0
! #define CBAR_VERSION_PATCH 3
! #define CBAR_VERSION_STRING "1.0.3"
! #define CBAR_DATE 20050921 /* yyyymmdd */
! #define CBAR_DATE_STRING "Sep 21, 2005"
#define CBAR_READER_NONE 0
--- 4,11 ----
#define CBAR_VERSION_MAJOR 1
#define CBAR_VERSION_MINOR 0
! #define CBAR_VERSION_PATCH 4
! #define CBAR_VERSION_STRING "1.0.4"
! #define CBAR_DATE 20051029 /* yyyymmdd */
! #define CBAR_DATE_STRING "Oct 29, 2005"
#define CBAR_READER_NONE 0
|