diff options
author | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-06-11 20:22:23 +0200 |
---|---|---|
committer | Bartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com> | 2009-06-11 20:22:23 +0200 |
commit | 02d4c59a967972553f9ccfc40e987266952358f5 (patch) | |
tree | 79a852fdf5e8f416e843a819cc804480093e11de /iw/version.sh | |
parent | 7def5737945be62445eae5569306417c529902da (diff) | |
download | contrib-02d4c59a967972553f9ccfc40e987266952358f5.tar.gz contrib-02d4c59a967972553f9ccfc40e987266952358f5.tar.xz |
iw: update
Diffstat (limited to 'iw/version.sh')
-rwxr-xr-x | iw/version.sh | 6 |
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" |