summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscuri <scuri>2008-12-11 19:02:48 +0000
committerscuri <scuri>2008-12-11 19:02:48 +0000
commitfee5e32e65d788746fcad1b48efe581b1cb3d441 (patch)
tree686e24446edd51321b20d2426c49aa673e256eaf /include
parent133649287d935bae0b64a938c2c5b540add18e11 (diff)
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/im_lib.h6
1 files changed, 3 insertions, 3 deletions
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