Move all sources to 'src/'
[lttng-ust.git] / src / python-lttngust / lttngust / version.py.in
1 # -*- coding: utf-8 -*-
2 #
3 # SPDX-License-Identifier: LGPL-2.1-only
4 #
5 # Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
6
7 __version__ = '@PACKAGE_VERSION@'
8 __soname_major__ = '@LTTNG_UST_LIB_SONAME_MAJOR@'
This page took 0.02893 seconds and 4 git commands to generate.