diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-23 16:43:20 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-23 16:43:20 -0700 |
commit | d5d448eb8f19d73c7abbef5d5a49e9c4cd24fee2 (patch) | |
tree | 993fe9fb231eef1df3d78b36c8eaf0d20e7cac53 /host/cmake/Modules | |
parent | 539c9b5a5560ea5d79c78954ea8e482846a5e966 (diff) | |
download | uhd-d5d448eb8f19d73c7abbef5d5a49e9c4cd24fee2.tar.gz uhd-d5d448eb8f19d73c7abbef5d5a49e9c4cd24fee2.tar.bz2 uhd-d5d448eb8f19d73c7abbef5d5a49e9c4cd24fee2.zip |
uhd: bumped version numbers for this new cycle
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r-- | host/cmake/Modules/UHDVersion.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 0dfdbefa0..715c13563 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 002) -SET(UHD_VERSION_PATCH 003) +SET(UHD_VERSION_MINOR 003) +SET(UHD_VERSION_PATCH 000) ######################################################################## # Version information discovery through git log |