summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscuri <scuri>2009-06-24 03:58:48 +0000
committerscuri <scuri>2009-06-24 03:58:48 +0000
commit6571550c067af0bb8579d892ab2cf2b8e4543c6e (patch)
tree8e1ed62903c36d287cc52d5b88f0762a5442fa49 /include
parente44e028c101c1f7ede1a6ba9d3ab25c64e5d8392 (diff)
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/cd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/cd.h b/include/cd.h
index 55ecb45..99323d2 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-2008 Tecgraf, PUC-Rio."
-#define CD_VERSION "5.1"
-#define CD_VERSION_DATE "2008/10/14"
-#define CD_VERSION_NUMBER 501000
+#define CD_COPYRIGHT "Copyright (C) 1994-2009 Tecgraf, PUC-Rio."
+#define CD_VERSION "5.2"
+#define CD_VERSION_DATE "2009/06/24"
+#define CD_VERSION_NUMBER 502000
typedef struct _cdContext cdContext;
typedef struct _cdCanvas cdCanvas;
@@ -471,7 +471,7 @@ typedef int(*cdSizeCB)(cdCanvas *canvas, int w, int h, double w_mm, double h_mm)
/******************************************************************************
-Copyright (C) 1994-2008 Tecgraf, PUC-Rio.
+Copyright (C) 1994-2009 Tecgraf, PUC-Rio.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the