mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
c6c80a6e48
Still missing is automation and final decisions on mechanisms in general.
7 lines
174 B
Bash
Executable File
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
|