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

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

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