From fcff9329cf36cf2703232554501ee8b2e880bf74 Mon Sep 17 00:00:00 2001 From: Kenneth Russel <kbrussel@alum.mit.edu> Date: Tue, 10 Apr 2007 01:06:59 +0000 Subject: Changed build.xml to hopefully build 1.1.0-rc4 tonight git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1197 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/build.xml b/make/build.xml index 92cbe83bb..1bb9b982d 100644 --- a/make/build.xml +++ b/make/build.xml @@ -51,11 +51,11 @@ <project name="JOGL" basedir="." default="all"> <!-- This is the version of JOGL you are building --> - <property name="base_version" value="1.1.0"/> + <property name="base_version" value="1.1.0-rc4"/> <!-- Uncomment this property definition to cause a full release build to be done --> <!-- without needing to specify the RI target on the command line --> - <!-- property name="RImanifestfile" value="joglRIversion" / --> + <property name="RImanifestfile" value="joglRIversion" /> <!-- Pull in GlueGen cpptasks build file --> <property name="gluegen.root" value="../../gluegen" /> -- cgit v1.2.3