]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update version to 3.3 v3.3
authorJohannes Berg <johannes.berg@intel.com>
Tue, 17 Jan 2012 13:07:16 +0000 (14:07 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 17 Jan 2012 13:07:16 +0000 (14:07 +0100)
The merge window for 3.3 is open, so
it will be feature-complete now.

version.sh

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