summaryrefslogtreecommitdiff
path: root/Radio/HW/BladeRF/src/version.h
blob: 999d860940c83305c05352e275105652398bad5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef VERSION_H_
#define VERSION_H_

#define LIBBLADERF_VERSION "2.5.1-git-fe3304d7-dirty"

// clang-format off
#define LIBBLADERF_VERSION_MAJOR 2
#define LIBBLADERF_VERSION_MINOR 5
#define LIBBLADERF_VERSION_PATCH 1
// clang-format on

#endif