summaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-jogl.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/newt-jogl.jnlp')
-rw-r--r--jnlp-files/newt-jogl.jnlp6
1 files changed, 3 insertions, 3 deletions
diff --git a/jnlp-files/newt-jogl.jnlp b/jnlp-files/newt-jogl.jnlp
index 1201e5cdd..82bd234ab 100644
--- a/jnlp-files/newt-jogl.jnlp
+++ b/jnlp-files/newt-jogl.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
- href="newt-jogl.jnlp">
+ href="newt-jogl.jnlp" version="JOGAMP_VERSION">
<information>
<title>NEWT - New Windowing Toolkit (JOGL)</title>
<vendor>JogAmp Community</vendor>
@@ -15,8 +15,8 @@
</security>
<resources>
<jar href="newt.ogl.jar" />
- <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
- <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" />
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" version="JOGAMP_VERSION" />
+ <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" version="JOGAMP_VERSION" />
</resources>
<component-desc />
</jnlp>