]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.8 v3.8
authorJohannes Berg <johannes.berg@intel.com>
Fri, 21 Dec 2012 09:24:20 +0000 (10:24 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 21 Dec 2012 09:24:20 +0000 (10:24 +0100)
The merge window is going to close soon so
release version 3.8 with nl80211.h from that
tree.

version.sh

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