]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.2 v3.2
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Nov 2011 10:48:12 +0000 (11:48 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Nov 2011 10:53:29 +0000 (11:53 +0100)
With the merge window closing, and net having been
merged, no more changes are expected in kernel 3.2
that add API, so we can release iw 3.2.

version.sh

index d2b592d45fbffefe75fd33a8e189a91d6b52f54e..3fb9f6d60baf8073d6a1ea2e3aa695e95b9cdd67 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="0.9.22"
+VERSION="3.2"
 OUT="$1"
 
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then