2016-12-16 01:19:54 +03:00
|
|
|
#!/bin/sh
|
|
|
|
(
|
|
|
|
echo "// This header is generated by the make-revision script."
|
|
|
|
echo
|
2018-03-11 02:03:31 +03:00
|
|
|
echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
|
2016-12-16 01:19:54 +03:00
|
|
|
) > glslang/Include/revision.h
|