diff options
-rw-r--r-- | make/joglversion | 1 | ||||
-rw-r--r-- | make/joglversion-all | 1 | ||||
-rw-r--r-- | make/joglversion-test | 1 | ||||
-rw-r--r-- | make/joglversion-test-android | 1 | ||||
-rw-r--r-- | make/nativewindowversion | 1 | ||||
-rw-r--r-- | make/newtversion | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/make/joglversion b/make/joglversion index 84a9836fc..079f9de78 100644 --- a/make/joglversion +++ b/make/joglversion @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL Specification-Title: Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community diff --git a/make/joglversion-all b/make/joglversion-all index 84a9836fc..079f9de78 100644 --- a/make/joglversion-all +++ b/make/joglversion-all @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL Specification-Title: Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community diff --git a/make/joglversion-test b/make/joglversion-test index b130bb279..c449303c2 100644 --- a/make/joglversion-test +++ b/make/joglversion-test @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL Test Specification-Title: Test Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community diff --git a/make/joglversion-test-android b/make/joglversion-test-android index 153b3c3b9..db757c3e8 100644 --- a/make/joglversion-test-android +++ b/make/joglversion-test-android @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL Test Specification-Title: Test Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community diff --git a/make/nativewindowversion b/make/nativewindowversion index 3b3308a86..9a2643280 100644 --- a/make/nativewindowversion +++ b/make/nativewindowversion @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: Native Window Interface Specification-Title: Native Window Interface API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community diff --git a/make/newtversion b/make/newtversion index 8444a492a..6f7047aa1 100644 --- a/make/newtversion +++ b/make/newtversion @@ -1,4 +1,5 @@ Manifest-Version: 1.0 +Application-Name: NEWT Specification-Title: NEWT API Specification Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp Community |