]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
bump version to 0.9.9 v0.9.9
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 24 Jan 2009 14:36:08 +0000 (15:36 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 24 Jan 2009 14:36:08 +0000 (15:36 +0100)
version.sh

index 90a7c7251d5dc862d567ef3add74cb76008cbbda..d99884d3cc239872c684705ad6f180eec919f111 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="0.9.8"
+VERSION="0.9.9"
 OUT="version.h"
 
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then