diff options
| -rw-r--r-- | .gitmodules | 2 | ||||
| -rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 6 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/.gitmodules b/.gitmodules index 473a21289..c85c089b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@  [submodule "fpga-src"]  	path = fpga-src  	url = https://github.com/EttusResearch/fpga.git -	branch = maint +	branch = master diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 5b1c314f0..e81c891f4 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -28,10 +28,10 @@ FIND_PACKAGE(Git QUIET)  #  - set UHD_VERSION_DEVEL to true for master and development branches  ########################################################################  SET(UHD_VERSION_MAJOR 003) -SET(UHD_VERSION_API   010) +SET(UHD_VERSION_API   011)  SET(UHD_VERSION_ABI   000) -SET(UHD_VERSION_PATCH 000) -SET(UHD_VERSION_DEVEL FALSE) +SET(UHD_VERSION_PATCH git) +SET(UHD_VERSION_DEVEL TRUE)  ########################################################################  # If we're on a development branch, we skip the patch version | 
