Updated version number.

This commit is contained in:
Бранимир Караџић
2020-09-05 11:24:50 -07:00
parent 9f8fe6a1eb
commit 86402fec24
2 changed files with 5 additions and 4 deletions

View File

@@ -3,6 +3,8 @@
-- License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
--
MODULE_DIR = path.getabsolute("../")
newoption {
trigger = "with-amalgamated",
description = "Enable amalgamated build.",
@@ -96,7 +98,7 @@ newaction {
f = io.popen("git log --format=format:%H -1")
local sha1 = f:read("*a")
f:close()
io.output("../src/version.h")
io.output(path.join(MODULE_DIR, "src/version.h"))
io.write("/*\n")
io.write(" * Copyright 2011-2020 Branimir Karadzic. All rights reserved.\n")
io.write(" * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause\n")
@@ -138,7 +140,6 @@ solution "bgfx"
language "C++"
startproject "example-00-helloworld"
MODULE_DIR = path.getabsolute("../")
BGFX_DIR = path.getabsolute("..")
BX_DIR = os.getenv("BX_DIR")
BIMG_DIR = os.getenv("BIMG_DIR")

View File

@@ -9,5 +9,5 @@
*
*/
#define BGFX_REV_NUMBER 7318
#define BGFX_REV_SHA1 "22df26ab70acb3f36018796fbe952751fa91a9f8"
#define BGFX_REV_NUMBER 7396
#define BGFX_REV_SHA1 "9f8fe6a1eb36fbff6b994576e44d6d7921c7bf33"