srsLTE/cmake/modules/SRSLTEVersion.cmake

14 lines
422 B
CMake
Raw Normal View History

2015-11-13 08:08:36 -08:00
#
2020-03-13 04:12:52 -07:00
# Copyright 2013-2020 Software Radio Systems Limited
2015-11-13 08:08:36 -08:00
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
2015-11-13 08:08:36 -08:00
#
SET(SRSLTE_VERSION_MAJOR 20)
2020-10-07 03:46:20 -07:00
SET(SRSLTE_VERSION_MINOR 10)
2020-11-18 01:57:37 -08:00
SET(SRSLTE_VERSION_PATCH 1)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")
SET(SRSLTE_SOVERSION 0)