summaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-11-07 14:34:20 -0800
committerJosh Blum <josh@joshknows.com>2011-11-07 14:34:20 -0800
commitf13e6effb973bcd35896f58af952f6192faae252 (patch)
tree25510867907927da8828c835d0d1f28405de3828 /host/cmake/Modules
parent45d7e5105e393a7c62bb2df40521fccb834e0110 (diff)
downloaduhd-f13e6effb973bcd35896f58af952f6192faae252.tar.gz
uhd-f13e6effb973bcd35896f58af952f6192faae252.tar.bz2
uhd-f13e6effb973bcd35896f58af952f6192faae252.zip
uhd: bumped version number for next branch work
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r--host/cmake/Modules/UHDVersion.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake
index 2aca64891..adc653d87 100644
--- a/host/cmake/Modules/UHDVersion.cmake
+++ b/host/cmake/Modules/UHDVersion.cmake
@@ -26,8 +26,8 @@ FIND_PACKAGE(Git QUIET)
# - increment patch on for bug fixes and docs
########################################################################
SET(UHD_VERSION_MAJOR 003)
-SET(UHD_VERSION_MINOR 003)
-SET(UHD_VERSION_PATCH 001)
+SET(UHD_VERSION_MINOR 004)
+SET(UHD_VERSION_PATCH 000)
########################################################################
# Version information discovery through git log