bgfx/3rdparty/glslang/make-revision
Branimir Karadžić ba4a90b9bd Updated glslang.
2018-03-10 15:03:31 -08:00

7 lines
174 B
Bash
Executable File

#!/bin/sh
(
echo "// This header is generated by the make-revision script."
echo
echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
) > glslang/Include/revision.h