]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
bump version to 0.9.12 v0.9.12
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Apr 2009 12:37:06 +0000 (14:37 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Apr 2009 12:37:06 +0000 (14:37 +0200)
version.sh

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