From fee5e32e65d788746fcad1b48efe581b1cb3d441 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 11 Dec 2008 19:02:48 +0000 Subject: *** empty log message *** --- include/im_lib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/im_lib.h b/include/im_lib.h index 80330cc..d6115a5 100644 --- a/include/im_lib.h +++ b/include/im_lib.h @@ -31,7 +31,7 @@ extern "C" { */ #define IM_AUTHOR "Antonio Scuri" #define IM_COPYRIGHT "Copyright (C) 1994-2008 Tecgraf, PUC-Rio." -#define IM_VERSION "3.4.0" +#define IM_VERSION "3.4" #define IM_VERSION_NUMBER 304000 #define IM_VERSION_DATE "2008/10/14" #define IM_DESCRIPTION "Image Representation, Storage, Capture and Processing" @@ -39,7 +39,7 @@ extern "C" { /** @} */ -/** Returns the library current version. Returns the definition IM_VERSION. +/** Returns the library current version. Returns the definition IM_VERSION plus the bug fix number. * * \verbatim im.Version() -> version: string [in Lua 5] \endverbatim * \ingroup lib */ @@ -51,7 +51,7 @@ const char* imVersion(void); * \ingroup lib */ const char* imVersionDate(void); -/** Returns the library current version number. Returns the definition IM_VERSION_NUMBER. \n +/** Returns the library current version number. Returns the definition IM_VERSION_NUMBER plus the bug fix number. \n * Can be compared in run time with IM_VERSION_NUMBER to compare compiled and linked versions of the library. * * \verbatim im.VersionNumber() -> version: number [in Lua 5] \endverbatim -- cgit v1.2.3