diff options
author | scuri <scuri> | 2009-07-06 04:27:51 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-06 04:27:51 +0000 |
commit | c8f1fb92adb9acfd3271a3e5e8f4abacfa609572 (patch) | |
tree | 7dd1c6aa2c1f8262096f6f6226c1d2959e523078 /include/cd.h | |
parent | aa0168cc0d96f1493030cbe7cb6d936694fa2878 (diff) |
*** empty log message ***
Diffstat (limited to 'include/cd.h')
-rw-r--r-- | include/cd.h | 4 |
1 files changed, 2 insertions, 2 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; |