summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-02 03:34:06 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-02 03:53:49 +0100
commit59edb3850575db74fb663942df37b8d87fe0cac8 (patch)
treeb09f7a7618ee38adcadd35b062aa6f4d31d04d70 /README.rst
parentdb60270a2d498e59d76f072298aa9d45a03136f2 (diff)
Make 10.19.1 releasev10.19.1
Adds fixes for two obscure crashes, related to consecutive empty if's and toggling symbols without a type in the menuconfig: - Commit 0e6cd82 ("Fix removal of multiple consecutive 'if' nodes") - Commit db60270 ("menuconfig: Fix crash when toggling symbols without a type")
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5b3dbca..514bab3 100644
--- a/README.rst
+++ b/README.rst
@@ -80,7 +80,7 @@ available in the Python 2 version of the standard ``curses`` module.
that your ``PATH`` includes the directory where the executables end up. You can
list the installed files with ``pip(3) show -f kconfiglib``.
-All releases have a corresponding tag in the git repository, e.g. ``v10.19.0``.
+All releases have a corresponding tag in the git repository, e.g. ``v10.19.1``.
(the latest version).
`Semantic versioning <http://semver.org/>`_ is used. There's been