diff options
author | Josh Blum <josh@joshknows.com> | 2013-01-16 14:19:57 -0600 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-01-16 14:19:57 -0600 |
commit | 22103c8fa5eb0fc7117d8de7b874491876894dfa (patch) | |
tree | 2245adde826d279d869c8fa5f45e597a978bc9e9 | |
parent | 8b4cc038e3ec1234522b53379fea68f8eceb3ace (diff) | |
download | uhd-22103c8fa5eb0fc7117d8de7b874491876894dfa.tar.gz uhd-22103c8fa5eb0fc7117d8de7b874491876894dfa.tar.bz2 uhd-22103c8fa5eb0fc7117d8de7b874491876894dfa.zip |
uhd: changed version number to 3.4.5release_003_004_005
-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 0445821cd..1a10f42ba 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 004) +SET(UHD_VERSION_PATCH 005) ######################################################################## # Version information discovery through git log |