diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2018-07-25 15:17:38 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-25 17:42:02 -0700 |
commit | 7224297101670879f7e945c4e1acf0e6834a6f1f (patch) | |
tree | 0d92070155100af1813ae0385335b351981747d8 /host/cmake | |
parent | cb9c97d643ac51279e61439c4e7caae9b1212c7d (diff) | |
download | uhd-7224297101670879f7e945c4e1acf0e6834a6f1f.tar.gz uhd-7224297101670879f7e945c4e1acf0e6834a6f1f.tar.bz2 uhd-7224297101670879f7e945c4e1acf0e6834a6f1f.zip |
uhd: Post-release cleanup
- Bump the UHD API version and return to development branch status
- Removing artful in list of Ubuntu releases. Support for artful ended
in July 2018.
Diffstat (limited to 'host/cmake')
-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 836f1b8ab..fb877b770 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -18,10 +18,10 @@ FIND_PACKAGE(Git QUIET) # - set UHD_VERSION_DEVEL to true for master and development branches ######################################################################## SET(UHD_VERSION_MAJOR 3) -SET(UHD_VERSION_API 13) +SET(UHD_VERSION_API 14) SET(UHD_VERSION_ABI 0) SET(UHD_VERSION_PATCH 0) -SET(UHD_VERSION_DEVEL FALSE) +SET(UHD_VERSION_DEVEL TRUE) ######################################################################## # If we're on a development branch, we skip the patch version |