diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-08-31 17:03:03 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-31 17:03:03 -0700 |
commit | 883db3cf99094009906dbff6f239d494bfc2ebbb (patch) | |
tree | 90677505b5334d3ae8971ac0e66d702e0ec622e6 /host/cmake/Modules | |
parent | cd31356f095fd84fb0d8de5064d513e611b3ae1f (diff) | |
download | uhd-883db3cf99094009906dbff6f239d494bfc2ebbb.tar.gz uhd-883db3cf99094009906dbff6f239d494bfc2ebbb.tar.bz2 uhd-883db3cf99094009906dbff6f239d494bfc2ebbb.zip |
Updated version strings on master branch (3.10)
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 2767bf110..239e833e2 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -27,9 +27,9 @@ FIND_PACKAGE(Git QUIET) # - set UHD_VERSION_DEVEL to true for master and development branches ######################################################################## SET(UHD_VERSION_MAJOR 003) -SET(UHD_VERSION_MINOR 009) +SET(UHD_VERSION_MINOR 010) SET(UHD_VERSION_PATCH 000) -SET(UHD_VERSION_DEVEL FALSE) +SET(UHD_VERSION_DEVEL TRUE) ######################################################################## # Set up trimmed version numbers for DLL resource files and packages |