X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=python-lttngust%2Flttngust%2Fversion.py.in;fp=python-lttngust%2Flttngust%2Fversion.py.in;h=d3a904bccd8bf743004dc3a9fc2f78d1c01717c5;hb=50d2bb48d09d5b6ae23185e8f916152e2371d04a;hp=0000000000000000000000000000000000000000;hpb=3d3dc207c16d90ecd80eb1e757fe8b94ff317c63;p=lttng-ust.git diff --git a/python-lttngust/lttngust/version.py.in b/python-lttngust/lttngust/version.py.in new file mode 100644 index 00000000..d3a904bc --- /dev/null +++ b/python-lttngust/lttngust/version.py.in @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- +# +# SPDX-License-Identifier: LGPL-2.1-only +# +# Copyright (C) 2021 Michael Jeanson + +__version__ = '@PACKAGE_VERSION@' +__soname_major__ = '@LTTNG_UST_LIB_SONAME_MAJOR@'