Browse Source

updated lwjgl version to the 3.0.0 release

Sebastian Weiß 9 năm trước cách đây
mục cha
commit
6ad6f658b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jme3-lwjgl3/build.gradle

+ 1 - 1
jme3-lwjgl3/build.gradle

@@ -2,7 +2,7 @@ if (!hasProperty('mainClass')) {
     ext.mainClass = ''
 }
 
-def lwjglVersion = '3.0.0b'
+def lwjglVersion = '3.0.0'
 
 dependencies {
     compile project(':jme3-core')