diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-10 12:36:57 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-10 12:36:57 -0800 |
commit | 1daf74483ed3e5e5a70f856aecefa96f30b2cbc2 (patch) | |
tree | 2912bf760ae4ee04306fcf776713701eed3742f2 /host/Modules | |
parent | 80be2ec57a0fada29d04bd5cd0c102c622fac7a6 (diff) | |
download | uhd-1daf74483ed3e5e5a70f856aecefa96f30b2cbc2.tar.gz uhd-1daf74483ed3e5e5a70f856aecefa96f30b2cbc2.tar.bz2 uhd-1daf74483ed3e5e5a70f856aecefa96f30b2cbc2.zip |
uhd: increment api compat number for changes in next branch
Diffstat (limited to 'host/Modules')
-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 c22286d59..b0b2ae475 100644 --- a/host/Modules/UHDVersion.cmake +++ b/host/Modules/UHDVersion.cmake @@ -21,7 +21,7 @@ INCLUDE(UHDPython) #requires python for parsing ######################################################################## # Setup Version Numbers ######################################################################## -SET(UHD_VERSION_MAJOR 002) #API compatibility number +SET(UHD_VERSION_MAJOR 003) #API compatibility number SET(UHD_VERSION_MINOR 0) #Timestamp of git commit SET(UHD_VERSION_PATCH 0) #Short hash of git commit |