1 #!/bin/sh 2 3 VERSION="0.9.9" 4 OUT="version.h" 5 6 echo "#define IW_VERSION \"$VERSION-nogit\"" > "$OUT"
Generated by cgit