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