2016-06-26 05:06:20 +00:00
|
|
|
#!/bin/sh
|
|
|
|
(
|
|
|
|
echo "// This header is generated by the make-revision script."
|
|
|
|
echo
|
2018-06-02 07:26:43 +00:00
|
|
|
echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
|
2016-06-26 05:06:20 +00:00
|
|
|
) > glslang/Include/revision.h
|