aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml2
-rw-r--r--src/native/ogl/GLSLShaderProgram.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 153db9d..47d97e2 100644
--- a/build.xml
+++ b/build.xml
@@ -57,7 +57,7 @@
* The following property specifies the beta revision of the current
* Java 3D version being built. It is ignored for non-beta builds.
-->
- <property name="version_betastr" value="beta1"/>
+ <property name="version_betastr" value="beta2"/>
<!--
* The following property specifies the patch revision of the current
diff --git a/src/native/ogl/GLSLShaderProgram.c b/src/native/ogl/GLSLShaderProgram.c
index c88a4d2..892c68b 100644
--- a/src/native/ogl/GLSLShaderProgram.c
+++ b/src/native/ogl/GLSLShaderProgram.c
@@ -29,7 +29,7 @@
#ifdef DEBUG
/* Uncomment the following for VERBOSE debug messages */
-/* #define VERBOSE */
+#define VERBOSE
#endif /* DEBUG */