summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/en/history.html2
-rw-r--r--include/cd.h10
-rw-r--r--mak.vc9/cd.sln4
3 files changed, 8 insertions, 8 deletions
diff --git a/html/en/history.html b/html/en/history.html
index 0a2ecf7..bd6e29c 100644
--- a/html/en/history.html
+++ b/html/en/history.html
@@ -10,7 +10,7 @@
<body>
<h1>History of Changes</h1>
-<h3>CVS (22/Jun/2008)</h3>
+<h3>Version 5.2 (24/Jun/2008)</h3>
<ul>
<li><span style="color: #0000FF">New:</span> functions <strong>
CanvasGetVectorTextBox, CanvasGetVectorFontSize</strong> and <strong>
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
diff --git a/mak.vc9/cd.sln b/mak.vc9/cd.sln
index f416152..aabc2ca 100644
--- a/mak.vc9/cd.sln
+++ b/mak.vc9/cd.sln
@@ -52,9 +52,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype6", "cd_freetype.vc
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cdluacontextplus5", "cdluacontextplus5.vcproj", "{B4823266-DF8C-ABCD-1234-C7688C234EAC}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CDLua5", "CDLua5", "{EFB1BE3C-2981-456B-8E32-928CBDFF7822}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua5", "Lua5", "{EFB1BE3C-2981-456B-8E32-928CBDFF7822}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CDLua3", "CDLua3", "{E92DB6FF-5501-4FC0-81D2-00DB8EFA2434}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lua3", "Lua3", "{E92DB6FF-5501-4FC0-81D2-00DB8EFA2434}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{162715BD-4DB3-4007-8B50-725C0BD11878}"
EndProject