diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-06 13:16:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-06 13:20:15 -0700 |
commit | e625e890f5f341e4e93bec46a5279a96523a7b24 (patch) | |
tree | eace62b4fc3e843265114343dc4fa15106c99622 | |
parent | 8a4ed30b9a9fcf7666c823a40b046dc39a1be84f (diff) | |
download | uhd-release_003_001_001.tar.gz uhd-release_003_001_001.tar.bz2 uhd-release_003_001_001.zip |
uhd: increment version minor for releaserelease_003_001_001
-rw-r--r-- | host/Modules/UHDVersion.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Modules/UHDVersion.cmake b/host/Modules/UHDVersion.cmake index abee8f509..1a6a3f775 100644 --- a/host/Modules/UHDVersion.cmake +++ b/host/Modules/UHDVersion.cmake @@ -27,7 +27,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_MINOR 001) -SET(UHD_VERSION_PATCH 000) +SET(UHD_VERSION_PATCH 001) ######################################################################## # Version information discovery through git log |