diff options
-rw-r--r-- | include/cd.h | 4 | ||||
-rw-r--r-- | src/cd.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/cd.h b/include/cd.h index 9ab099b..5b13f1e 100644 --- a/include/cd.h +++ b/include/cd.h @@ -19,9 +19,9 @@ extern "C" { #define CD_NAME "CD - Canvas Draw" #define CD_DESCRIPTION "A 2D Graphics Library" #define CD_COPYRIGHT "Copyright (C) 1994-2009 Tecgraf, PUC-Rio." -#define CD_VERSION "5.2" -#define CD_VERSION_DATE "2009/06/26" +#define CD_VERSION "5.2" /* bug fixes are reported only by cdVersion functions */ #define CD_VERSION_NUMBER 502000 +#define CD_VERSION_DATE "2009/06/26" typedef struct _cdContext cdContext; typedef struct _cdCanvas cdCanvas; @@ -18,8 +18,8 @@ #include "cdirgb.h" /* This appears only here to avoid changing the cd.h header fo bug fixes */ -#define CD_VERSION_FIX ".1" -#define CD_VERSION_FIX_NUMBER 1 +#define CD_VERSION_FIX "" +#define CD_VERSION_FIX_NUMBER 0 const char cd_ident[] = "$CD: " CD_VERSION CD_VERSION_FIX " " CD_COPYRIGHT " $\n" |