Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14622/wxLua/modules/wxlua/include
Modified Files:
wxldefs.h
Log Message:
Bump version to 2.8.6.0
Index: wxldefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxldefs.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** wxldefs.h 17 Nov 2007 00:15:00 -0000 1.34
--- wxldefs.h 17 Nov 2007 00:16:13 -0000 1.35
***************
*** 38,44 ****
#define wxLUA_MAJOR_VERSION 2
#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),
--- 38,44 ----
#define wxLUA_MAJOR_VERSION 2
#define wxLUA_MINOR_VERSION 8
! #define wxLUA_RELEASE_NUMBER 6
! #define wxLUA_SUBRELEASE_NUMBER 0
! #define wxLUA_VERSION_STRING wxT("wxLua 2.8.6.0")
// For non-Unix systems (i.e. when building without a configure script),
|