diff options
author | scuri <scuri> | 2010-01-26 15:54:26 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-01-26 15:54:26 +0000 |
commit | 4ae88d09ea5dc7ee5e5ff7074d3954ad3dc0f75a (patch) | |
tree | 8565b5810374371c00caed5870fcf43e821364b0 /include | |
parent | 15b207139ace6ce492b948f0a5b2725c7decde2a (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/cd.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/cd.h b/include/cd.h index d87975a..b3a8784 100644 --- a/include/cd.h +++ b/include/cd.h @@ -18,10 +18,10 @@ 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" /* bug fixes are reported only by cdVersion functions */ -#define CD_VERSION_NUMBER 502000 -#define CD_VERSION_DATE "2009/06/26" +#define CD_COPYRIGHT "Copyright (C) 1994-2010 Tecgraf, PUC-Rio." +#define CD_VERSION "5.3" /* bug fixes are reported only by cdVersion functions */ +#define CD_VERSION_NUMBER 503000 +#define CD_VERSION_DATE "2010/01/26" typedef struct _cdContext cdContext; typedef struct _cdCanvas cdCanvas; @@ -472,7 +472,7 @@ typedef int(*cdSizeCB)(cdCanvas *canvas, int w, int h, double w_mm, double h_mm) /****************************************************************************** -Copyright (C) 1994-2009 Tecgraf, PUC-Rio. +Copyright (C) 1994-2010 Tecgraf, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |