aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-11-23 20:48:18 +0000
committerKevin Rushforth <[email protected]>2005-11-23 20:48:18 +0000
commite839dec1c62136213639bd33004bbe3ecdd3fec5 (patch)
tree9e47b85b27e5adee58f65fbf6d2965d97c90ed87
parentf4432b5902d59f3a0a1a1ec9fc36fe651b44588b (diff)
Bump version to beta2 in prep for build
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@467 ba19aa83-45c5-6ac9-afd3-db810772062c
-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 */