Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/format-attributes
/
.
/
make-revision
blob: a89ff08772c816bc177422f7f72518ac64c8878a [
file
] [
log
] [
blame
] [
edit
]
#!/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