John Kessenich | 0da9eaa | 2015-08-01 17:10:02 -0600 | [diff] [blame] | 1 | #!/bin/sh |
John Kessenich | 61d7d7a | 2015-08-02 16:11:21 -0600 | [diff] [blame] | 2 | ( |
John Kessenich | 0da9eaa | 2015-08-01 17:10:02 -0600 | [diff] [blame] | 3 | echo "// This header is generated by the make-revision script." |
John Kessenich | 0da9eaa | 2015-08-01 17:10:02 -0600 | [diff] [blame] | 4 | echo |
John Kessenich | c6c80a6 | 2018-03-05 22:23:17 -0700 | [diff] [blame] | 5 | echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l` |
John Kessenich | 61d7d7a | 2015-08-02 16:11:21 -0600 | [diff] [blame] | 6 | ) > glslang/Include/revision.h |