summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-03 04:03:57 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-03 04:42:35 +0200
commit455e3661c6f50b088b35a3b2662052e7e2a24769 (patch)
tree3f111bd630c0f6b5a0e25a54032b9508d5440ce6 /kconfiglib.py
parent544888a059d1c066f00e2f0f174fb4199e349f52 (diff)
Add kconfiglib.VERSION
Holds a (<major>, <minor>, <patch>) tuple, e.g. (12, 0, 0).
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index e4d344a..01ba0b8 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -12,6 +12,11 @@ configuration systems.
See the homepage at https://github.com/ulfalizer/Kconfiglib for a longer
overview.
+Since Kconfiglib 12.0.0, the library version is available in
+kconfiglib.VERSION, which is a (<major>, <minor>, <patch>) tuple, e.g.
+(12, 0, 0).
+
+
Using Kconfiglib on the Linux kernel with the Makefile targets
==============================================================
@@ -540,6 +545,9 @@ from glob import iglob
from os.path import dirname, exists, expandvars, islink, join, realpath
+VERSION = (12, 0, 0)
+
+
# File layout:
#
# Public classes