]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.6 v3.6
authorJohannes Berg <johannes.berg@intel.com>
Fri, 3 Aug 2012 10:30:28 +0000 (12:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 3 Aug 2012 10:30:28 +0000 (12:30 +0200)
The merge window for 3.6 closed, so all the
features are in.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
version.sh

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