summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-27 17:14:54 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2017-09-27 17:21:16 +0200
commit0100bb05fba211ceea21b83697b7bcfd5e2e0bd7 (patch)
treef766459b3c5c85e1f4644e18147c11da133a2cc2 /README.rst
parentdd133fe034274ea6bdd2c738241191087a92a3c7 (diff)
Make 1.0.3 releasev1.0.3
Fixes two minor issues that didn't trigger for the kernel defconfigs but were found by inspecting the Kconfig C sources: - 5f3d307 (Fix 'default' on non-visible choice symbols) - f76a524 (Hide non-tristate symbols in non-y tristate choices) Also includes some minor optimizations and a lot of code cleanups, including prefixing all internal identifiers with _.
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 4757d82..35662d4 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ installed with e.g.
$ pip(3) install kconfiglib --user
-All releases have a corresponding tag in the git repository, e.g. ``v1.0.2``.
+All releases have a corresponding tag in the git repository, e.g. ``v1.0.3``.
`Semantic versioning <http://semver.org/>`_ is used.
Installation for the Linux kernel