IupVersion

IUP - Portable User Interface

IupVersion

Returns a string with the IUP version number.

Parameters/Return

char* IupVersion(void); [in C]
iup.Version() -> (version: string) [in Lua]

Definitions

[in C]
IUP_NAME            "IUP - Portable User Interface"
IUP_COPYRIGHT       "Copyright (C) 1994-2007 Tecgraf/PUC-Rio and PETROBRAS S/A"
IUP_DESCRIPTION     "Portable toolkit for building graphical user interfaces."
IUP_VERSION         "2.6.0"
IUP_VERSION_DATE    "2007/05/10"
IUP_VERSION_NUMBER  206000

[in Lua]
iup._NAME
iup._DESCRIPTION
iup._COPYRIGHT
iup._VERSION
iup._VERSION_DATE
iup._VERSION_NUMBER