|
From: <ma...@us...> - 2006-07-02 21:58:17
|
Revision: 2412 Author: matzon Date: 2006-07-02 14:58:00 -0700 (Sun, 02 Jul 2006) ViewCVS: http://svn.sourceforge.net/java-game-lib/?rev=2412&view=rev Log Message: ----------- beta2 tag Modified Paths: -------------- trunk/LWJGL/src/native/common/common_tools.c Modified: trunk/LWJGL/src/native/common/common_tools.c =================================================================== --- trunk/LWJGL/src/native/common/common_tools.c 2006-07-02 21:56:57 UTC (rev 2411) +++ trunk/LWJGL/src/native/common/common_tools.c 2006-07-02 21:58:00 UTC (rev 2412) @@ -48,7 +48,7 @@ #include "org_lwjgl_DefaultSysImplementation.h" static bool debug = false; -static const char* VERSION = "1.0beta"; +static const char* VERSION = "1.0beta2"; static JavaVM *jvm; void initAttribList(attrib_list_t *list) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |