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
Returns the library current version release date. Returns the definition IM_VERSION_DATE. * * \verbatim im.VersionDate() -> date: string [in Lua 5] \endverbatim * \ingroup lib
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 * \ingroup lib
\defgroup lib Library Management \ingroup util \par Usefull definitions for about dialogs and for comparing the compiled version with the linked version of the library. \par \verbatim im._AUTHOR [in Lua 5] \endverbatim \verbatim im._COPYRIGHT [in Lua 5] \endverbatim \verbatim im._VERSION [in Lua 5] \endverbatim \verbatim im._VERSION_DATE [in Lua 5] \endverbatim \verbatim im._VERSION_NUMBER [in Lua 5] \endverbatim \verbatim im._DESCRIPTION [in Lua 5] \endverbatim \verbatim im._NAME [in Lua 5] \endverbatim \par See \ref im_lib.h @{
\file \brief Library Management and Main Documentation
See Copyright Notice in this file.