summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-12-16 10:59:20 -0800
committerJosh Blum <josh@joshknows.com>2011-12-16 10:59:20 -0800
commit6aeaef4c772e61d7a5913469ab8e6c822b11ef2a (patch)
treee68d0ec65840524717d2ce8c47f36e8039dc6c90
parenta74a3d0bcbde10a4e6f1640be5fc6b5e632151f4 (diff)
downloaduhd-6aeaef4c772e61d7a5913469ab8e6c822b11ef2a.tar.gz
uhd-6aeaef4c772e61d7a5913469ab8e6c822b11ef2a.tar.bz2
uhd-6aeaef4c772e61d7a5913469ab8e6c822b11ef2a.zip
uhd: bump patch number to 3.3.2
-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 2aca64891..ac8f5a619 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 003)
-SET(UHD_VERSION_PATCH 001)
+SET(UHD_VERSION_PATCH 002)
########################################################################
# Version information discovery through git log