From 97e124186670ae2dfc879082f44a8d9d72a1388c Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 11 Dec 2008 19:02:42 +0000 Subject: *** empty log message *** --- html/en/func/other.html | 4 ++-- html/en/history.html | 2 +- include/cd.h | 2 +- src/cd.c | 13 ++++++++----- src/lua5/cdlua5.c | 4 ++-- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/html/en/func/other.html b/html/en/func/other.html index f0d7284..af611ef 100644 --- a/html/en/func/other.html +++ b/html/en/func/other.html @@ -36,7 +36,7 @@ cd.VersionNumber() -> (version: number) [in Lua] CD_NAME "CD - Canvas Draw" CD_DESCRIPTION "A 2D Graphics Library" CD_COPYRIGHT "Copyright (C) 1994-2007 Tecgraf/PUC-Rio and PETROBRAS S/A" -CD_VERSION "5.0.0" +CD_VERSION "5.0" CD_VERSION_DATE "2007/04/09" CD_VERSION_NUMBER 500000 @@ -49,7 +49,7 @@ cd._VERSION_DATE cd._VERSION_NUMBER

Usefull definitions. They have the same value returned by cdVersion* - functions.

+ functions, except that they do not include the build number.


Metafile Interpretation

diff --git a/html/en/history.html b/html/en/history.html index 16fab15..d55ff8c 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -10,7 +10,7 @@

History of Changes

-

CVS (04/Nov/2008)

+

Version 5.1.1 (15/Dec/2008)