]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.5 v3.5
authorJohannes Berg <johannes.berg@intel.com>
Mon, 25 Jun 2012 07:45:50 +0000 (09:45 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Jun 2012 07:45:50 +0000 (09:45 +0200)
I'm a bit late, kernel 3.5 is already around the corner.

version.sh

index 691d7c716bc9cfe7017c39a15272594f55700470..4d97eda2614cd1611dbeb637cd15ffe3ce514e14 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="3.4"
+VERSION="3.5"
 OUT="$1"
 
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then