summaryrefslogtreecommitdiff
path: root/iw/version.sh
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-06-11 20:22:23 +0200
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-06-11 20:22:23 +0200
commit02d4c59a967972553f9ccfc40e987266952358f5 (patch)
tree79a852fdf5e8f416e843a819cc804480093e11de /iw/version.sh
parent7def5737945be62445eae5569306417c529902da (diff)
downloadcontrib-02d4c59a967972553f9ccfc40e987266952358f5.tar.gz
contrib-02d4c59a967972553f9ccfc40e987266952358f5.tar.xz
iw: update
Diffstat (limited to 'iw/version.sh')
-rwxr-xr-xiw/version.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/iw/version.sh b/iw/version.sh
index 5cb37778e..fb55f3b46 100755
--- a/iw/version.sh
+++ b/iw/version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION="0.9.9"
-OUT="version.h"
+VERSION="#VER#"
+OUT="$1"
-echo "#define IW_VERSION \"$VERSION-nogit\"" > "$OUT"
+echo "const char iw_version[] = \"$VERSION\";" > "$OUT"

Generated by cgit