summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2010-11-09 12:21:00 +0000
committerscuri <scuri>2010-11-09 12:21:00 +0000
commit2957bb05cb822e28ce99c11ab177ae0f3f779ac3 (patch)
treedeae329b9078d16d019e808558d3d2c1d2b9a565
parentb4180286e7ab40c32ce663334c93f77e7c3f7e88 (diff)
*** empty log message ***
-rw-r--r--html/en/download.html4
-rw-r--r--html/en/history.html3
-rw-r--r--mak.vc9/cdcore.vcproj4
-rw-r--r--src/cd.c6
4 files changed, 7 insertions, 10 deletions
diff --git a/html/en/download.html b/html/en/download.html
index eef64cb..0a1c3bb 100644
--- a/html/en/download.html
+++ b/html/en/download.html
@@ -19,8 +19,8 @@
http://sourceforge.net/projects/canvasdraw/files/</a> </p>
<p class="info">
Use this link for the latest version:
-<a href="http://sourceforge.net/projects/canvasdraw/files/5.4/">
-http://sourceforge.net/projects/canvasdraw/files/5.4/</a> </p>
+<a href="http://sourceforge.net/projects/canvasdraw/files/5.4.1/">
+http://sourceforge.net/projects/canvasdraw/files/5.4.1/</a> </p>
<p>Before downloading any precompiled binaries, you should read before the
<a href="download_tips.html">Tecgraf Library Download Tips</a>.</p>
diff --git a/html/en/history.html b/html/en/history.html
index 4d20a0b..79de902 100644
--- a/html/en/history.html
+++ b/html/en/history.html
@@ -27,7 +27,8 @@
<body>
<h2>History of Changes</h2>
-<h3>CVS (05/Nov/2010)</h3>
+<h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.4.1/">Version
+5.4.1</a> (09/Nov/2010)</h3>
<ul>
<li><strong><span style="color: #FF0000">IMPORTANT:</span></strong> since the previous
version CDLua dynamic libraries in Linux are dependent on GDK, because they
diff --git a/mak.vc9/cdcore.vcproj b/mak.vc9/cdcore.vcproj
index 919c9d8..93c3a77 100644
--- a/mak.vc9/cdcore.vcproj
+++ b/mak.vc9/cdcore.vcproj
@@ -469,10 +469,6 @@
>
</File>
<File
- RelativePath=".\cd.vcproj"
- >
- </File>
- <File
RelativePath="..\src\cd_active.c"
>
<FileConfiguration
diff --git a/src/cd.c b/src/cd.c
index ea3effd..3816731 100644
--- a/src/cd.c
+++ b/src/cd.c
@@ -18,9 +18,9 @@
#include "cdirgb.h"
/* This appears only here to avoid changing the cd.h header fo bug fixes */
-#define CD_VERSION_FIX ""
-#define CD_VERSION_FIX_NUMBER 0
-/* #define CD_VERSION_FIX_DATE "" */
+#define CD_VERSION_FIX ".1"
+#define CD_VERSION_FIX_NUMBER 1
+#define CD_VERSION_FIX_DATE "2010/11/09"
const char cd_ident[] =
"$CD: " CD_VERSION CD_VERSION_FIX " " CD_COPYRIGHT " $\n"