• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2(
3echo "// This header is generated by the make-revision script."
4echo
5echo \#define GLSLANG_PATCH_LEVEL `git log --oneline | wc -l`
6) > glslang/Include/revision.h
7