]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
version 3.13 v3.13
authorJohannes Berg <johannes.berg@intel.com>
Tue, 3 Dec 2013 20:47:27 +0000 (21:47 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 3 Dec 2013 20:47:27 +0000 (21:47 +0100)
Seems like I skipped version 3.12, and we already have
a bit more than kernel 3.13 will have, but hey.

version.sh

index 0f1aa1de70d9fcde250247af6cba2faf3cb4c2c0..4025f953d78acf12add0167d10df8a1bd8d6a515 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="3.11"
+VERSION="3.13"
 OUT="$1"
 
 if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then