Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10286/wxLua/modules/wxlua/include
Modified Files:
wxldefs.h
Log Message:
add header to incircles.lua
Bump version to 2.8.4 to match the upcomming wxWidgets release
Fix wxlua_print function to respect __tostring metatable functions and match more closely luaL_print function using \t separators
Index: wxldefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxldefs.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** wxldefs.h 15 Mar 2007 00:01:25 -0000 1.15
--- wxldefs.h 4 May 2007 19:04:41 -0000 1.16
***************
*** 28,34 ****
#define WXLUA_MAJOR_VERSION 2
#define WXLUA_MINOR_VERSION 8
! #define WXLUA_RELEASE_VERSION 0
#define WXLUA_SUBRELEASE_VERSION 0
! #define WXLUA_VERSION_STRING wxT("wxLua 2.8.0.0")
// For non-Unix systems (i.e. when building without a configure script),
--- 28,34 ----
#define WXLUA_MAJOR_VERSION 2
#define WXLUA_MINOR_VERSION 8
! #define WXLUA_RELEASE_VERSION 4
#define WXLUA_SUBRELEASE_VERSION 0
! #define WXLUA_VERSION_STRING wxT("wxLua 2.8.4.0")
// For non-Unix systems (i.e. when building without a configure script),
|