diff options
author | Michael Bien <[email protected]> | 2010-11-18 02:50:04 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-11-18 02:50:04 +0100 |
commit | 0e7aa3b2d14153e024cd3462ca7179d579a3c99a (patch) | |
tree | 055c74eeb94d89a2483394366f2bdf1e3f546bc1 /manifest_template.mf | |
parent | 5fa0a7027a4edcad76f182b344ababfb29a58a8e (diff) |
added JOCLVersion utility and integrated in CLPlatform.
added spec version to manifest, updated CLInfo.
Diffstat (limited to 'manifest_template.mf')
-rw-r--r-- | manifest_template.mf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/manifest_template.mf b/manifest_template.mf index cb48d7d3..07166a67 100644 --- a/manifest_template.mf +++ b/manifest_template.mf @@ -1,11 +1,13 @@ Manifest-Version: 1.0 Implementation-Title: Java Bindings for OpenCL +Specification-Title: Java Bindings for OpenCL Implementation-URL: http://jocl.jogamp.org/ Implementation-Version: @VERSION@ +Specification-Version: @SPEC_VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ -Implementation-Vendor: JogAmp community +Implementation-Vendor: JogAmp Community Implementation-Vendor-Id: com.jogamp -Specification-Vendor: JogAmp community +Specification-Vendor: JogAmp Community Extension-Name: com.jogamp.opencl Trusted-Library: true |