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 | |
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.
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 4 | ||||
-rwxr-xr-x | tools/debs/upload_debs.sh | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/tools/debs/upload_debs.sh b/tools/debs/upload_debs.sh index 1dff053b0..780586909 100755 --- a/tools/debs/upload_debs.sh +++ b/tools/debs/upload_debs.sh @@ -45,7 +45,7 @@ ORIG_RELEASE=`head -1 host/cmake/debian/changelog | sed 's/.*) \(.*\);.*/\1/'` # Currently supported versions can be found here: # https://launchpad.net/ubuntu/+ppas # -RELEASES="trusty xenial artful bionic" +RELEASES="trusty xenial bionic" PPA=ppa:ettusresearch/uhd # |