]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.4 v3.4
authorJohannes Berg <johannes.berg@intel.com>
Thu, 29 Mar 2012 09:05:04 +0000 (11:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 29 Mar 2012 09:05:04 +0000 (11:05 +0200)
The networking merges for 3.4 are done and
there are no outstanding API changes, so
release iw version 3.4.

version.sh

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