mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Updated version number.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define BGFX_REV_NUMBER 7318
|
||||
#define BGFX_REV_SHA1 "22df26ab70acb3f36018796fbe952751fa91a9f8"
|
||||
#define BGFX_REV_NUMBER 7396
|
||||
#define BGFX_REV_SHA1 "9f8fe6a1eb36fbff6b994576e44d6d7921c7bf33"
|
||||
|
||||
Reference in New Issue
Block a user