summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-10 18:54:11 -0700
committerJosh Blum <josh@joshknows.com>2012-04-10 18:54:11 -0700
commit3fb067567b0c799b3c707938491eb8489d85fefa (patch)
treed421e9b788be2a3ef967674ad9b431eb84598f00 /host
parent1e143bddd2a246ca6ffae6fb54aa416b35293078 (diff)
downloaduhd-3fb067567b0c799b3c707938491eb8489d85fefa.tar.gz
uhd-3fb067567b0c799b3c707938491eb8489d85fefa.tar.bz2
uhd-3fb067567b0c799b3c707938491eb8489d85fefa.zip
uhd: bumped version num to 3.4.1 for releaserelease_003_004_001
Diffstat (limited to 'host')
-rw-r--r--host/cmake/Modules/UHDVersion.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake
index b9ddddae3..734ef97e6 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 004)
-SET(UHD_VERSION_PATCH 000)
+SET(UHD_VERSION_PATCH 001)
########################################################################
# Version information discovery through git log