summaryrefslogtreecommitdiff
path: root/iw/version.sh
blob: 20ac500600b623edcfc7dde99a7fef350792b255 (plain)
    1 #!/bin/sh
    2 
    3 VERSION="#VER#"
    4 OUT="$1"
    5 
    6 echo '#include "iw.h"' > "$OUT"
    7 echo "const char iw_version[] = \"$VERSION\";" >> "$OUT"

Generated by cgit