aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2022-01-20 11:08:29 +0000
committerSergio Martins <smartins@kde.org>2022-01-20 11:08:29 +0000
commit1acae0b38f42ecea014fc03dd25f377bd5c80ff5 (patch)
treed36bf09ca8be86d7df80532d17ab2e8ed6c7be95
parent1c8134dac659d60e201e112bfb48ccda7c637dd0 (diff)
Bump version to 1.11
Release is tomorrow if tests pass. CCBUG: 448813
-rw-r--r--Changelog2
-rw-r--r--README.md4
-rw-r--r--src/ClazyStandaloneMain.cpp2
3 files changed, 3 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 09f00fdf..c06fc940 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,6 @@
# Changelog
-* v1.11 (TBD)
+* v1.11 (January 21st 2022)
- New Checks:
- use-arrow-operator-instead-of-data
- use-static-qregularexpression
diff --git a/README.md b/README.md
index 797a1d14..8d2cbef6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-*WARNING:* master is the development branch. Please use the v1.10 branch.
-
clazy v1.11
===========
@@ -516,7 +514,7 @@ and thanks to:
# Contributing patches
-New features go to master and bug fixes go to the 1.10 branch.
+New features go to master and bug fixes go to the 1.11 branch.
The prefered way to contributing is by using KDE's GitLab instance,
see <https://community.kde.org/Infrastructure/GitLab>.
diff --git a/src/ClazyStandaloneMain.cpp b/src/ClazyStandaloneMain.cpp
index 804713db..fb2b66c9 100644
--- a/src/ClazyStandaloneMain.cpp
+++ b/src/ClazyStandaloneMain.cpp
@@ -160,7 +160,7 @@ int main(int argc, const char **argv)
{
for (int i = 1; i < argc; i++) {
if (strcmp(argv[i], "--version") == 0) {
- std::cout << "clazy version 1.10\n";
+ std::cout << "clazy version 1.11\n";
break;
}
}