contrib/iw/version.sh

7 lines
98 B
Bash
Raw Normal View History

2009-02-02 13:18:46 +01:00
#!/bin/sh
VERSION="0.9.9"
OUT="version.h"
echo "#define IW_VERSION \"$VERSION-nogit\"" > "$OUT"