Ver código fonte

Bump hl/haxelib version to 1.16 (#792)

Yuxiao Mao 2 meses atrás
pai
commit
3a7d4af44b
5 arquivos alterados com 5 adições e 5 exclusões
  1. 1 1
      CMakeLists.txt
  2. 1 1
      libs/directx/haxelib.json
  3. 1 1
      libs/sdl/haxelib.json
  4. 1 1
      other/haxelib/haxelib.json
  5. 1 1
      src/hl.h

+ 1 - 1
CMakeLists.txt

@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.13)
 
 set(HL_VERSION_MAJOR 1)
-set(HL_VERSION_MINOR 15)
+set(HL_VERSION_MINOR 16)
 set(HL_VERSION_PATCH 0)
 set(HL_VERSION ${HL_VERSION_MAJOR}.${HL_VERSION_MINOR}.${HL_VERSION_PATCH})
 

+ 1 - 1
libs/directx/haxelib.json

@@ -4,7 +4,7 @@
 	"license" : "BSD",
 	"contributors" : ["ncannasse"],
 	"description" : "DirectX support for Haxe/HL.",
-	"version" : "1.15.0",
+	"version" : "1.16.0",
 	"releasenote" : "",
 	"dependencies": {}
 }

+ 1 - 1
libs/sdl/haxelib.json

@@ -4,7 +4,7 @@
 	"license" : "BSD",
 	"contributors" : ["ncannasse"],
 	"description" : "SDL/GL support for Haxe/HL.",
-	"version" : "1.15.0",
+	"version" : "1.16.0",
 	"releasenote" : "",
 	"dependencies": {}
 }

+ 1 - 1
other/haxelib/haxelib.json

@@ -4,7 +4,7 @@
 	"license" : "BSD",
 	"contributors" : ["ncannasse"],
 	"description" : "Hashlink support library.",
-	"version" : "1.15.0",
+	"version" : "1.16.0",
 	"main" : "Run",
 	"releasenote" : ""
 }

+ 1 - 1
src/hl.h

@@ -27,7 +27,7 @@
 	https://github.com/HaxeFoundation/hashlink/wiki/
 **/
 
-#define HL_VERSION	0x010F00
+#define HL_VERSION	0x011000
 
 #if defined(_WIN32)
 #	define HL_WIN