aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-06-05 14:40:44 +0100
committerSergio Martins <smartins@kde.org>2017-06-05 14:40:44 +0100
commit66ac3ee6ff20ee94a041fb6eb90eb4fb2bb3957b (patch)
treeef3b6a1a6b92a990a3694bc999aa0b60f8508092 /README.md
parentb14c7b8343e5c935c814abbeb66fb6cef7c2714e (diff)
Bump clazy version to 1.3 in master branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4aa61e7d..66cb2b8f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-*WARNING:* master is the development branch. Please use branch 1.1 for production.
+*WARNING:* master is the development branch. Please use branch 1.2 for production.
-clazy v1.2
+clazy v1.3
===========
clazy is a compiler plugin which allows clang to understand Qt semantics. You get more than 50 Qt related compiler warnings, ranging from unneeded memory allocations to misusage of API, including fix-its for automatic refactoring.