Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9491/wxLua/modules/wxlua/include
Modified Files:
wxldefs.h
Log Message:
Bump version to 2.8.4.2
Index: wxldefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxldefs.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** wxldefs.h 22 Jul 2007 04:38:29 -0000 1.30
--- wxldefs.h 1 Aug 2007 18:24:46 -0000 1.31
***************
*** 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),
--- 39,44 ----
#define wxLUA_MINOR_VERSION 8
#define wxLUA_RELEASE_NUMBER 4
! #define wxLUA_SUBRELEASE_NUMBER 2
! #define wxLUA_VERSION_STRING wxT("wxLua 2.8.4.2")
// For non-Unix systems (i.e. when building without a configure script),
|