Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4490/wxLua/modules/wxlua/include
Modified Files:
wxldefs.h
Log Message:
Bump version to 2.8.4.1
Fix media.wx.lua for MSW
Index: wxldefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxldefs.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** wxldefs.h 16 Jun 2007 06:21:46 -0000 1.27
--- wxldefs.h 2 Jul 2007 01:00:16 -0000 1.28
***************
*** 39,44 ****
#define wxLUA_MINOR_VERSION 8
#define wxLUA_RELEASE_NUMBER 4
! #define wxLUA_SUBRELEASE_NUMBER 0
! #define wxLUA_VERSION_STRING wxT("wxLua 2.8.4.0")
// For non-Unix systems (i.e. when building without a configure script),
--- 39,44 ----
#define wxLUA_MINOR_VERSION 8
#define wxLUA_RELEASE_NUMBER 4
! #define wxLUA_SUBRELEASE_NUMBER 1
! #define wxLUA_VERSION_STRING wxT("wxLua 2.8.4.1")
// For non-Unix systems (i.e. when building without a configure script),
|