mirror_ubuntu-kernels/debian/scripts/misc/kconfig/version.py

11 lines
186 B
Python
Raw Normal View History

2024-07-02 00:48:40 +03:00
# -*- mode: python -*-
# version of annotations module
# Copyright © 2022 Canonical Ltd.
VERSION = "0.1"
ANNOTATIONS_FORMAT_VERSION = 5
if __name__ == "__main__":
print(VERSION)