From c54fc1d7202b1cf29d34f6cc8f169a79e1c57f14 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 29 Aug 2011 15:28:34 -0700 Subject: uhd: bump minor version for patch release --- host/cmake/Modules/UHDVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 84878c84a..0dfdbefa0 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -27,7 +27,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_MINOR 002) -SET(UHD_VERSION_PATCH 002) +SET(UHD_VERSION_PATCH 003) ######################################################################## # Version information discovery through git log -- cgit v1.2.3