diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-10 18:54:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-10 18:54:11 -0700 |
commit | 3fb067567b0c799b3c707938491eb8489d85fefa (patch) | |
tree | d421e9b788be2a3ef967674ad9b431eb84598f00 | |
parent | 1e143bddd2a246ca6ffae6fb54aa416b35293078 (diff) | |
download | uhd-3fb067567b0c799b3c707938491eb8489d85fefa.tar.gz uhd-3fb067567b0c799b3c707938491eb8489d85fefa.tar.bz2 uhd-3fb067567b0c799b3c707938491eb8489d85fefa.zip |
uhd: bumped version num to 3.4.1 for releaserelease_003_004_001
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 2 |
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 |