diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-05 13:21:06 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-05 13:21:06 -0800 |
commit | be19cfe964ace757aebb19d242807e647e12c0fa (patch) | |
tree | 3631af7208d679b3e1f6c03127eff7d8c5d95f65 /host/Modules/UHDVersion.cmake | |
parent | 283067dea28c2082b71793706f582ce96e667370 (diff) | |
download | uhd-be19cfe964ace757aebb19d242807e647e12c0fa.tar.gz uhd-be19cfe964ace757aebb19d242807e647e12c0fa.tar.bz2 uhd-be19cfe964ace757aebb19d242807e647e12c0fa.zip |
uhd: increment api compat number
Diffstat (limited to 'host/Modules/UHDVersion.cmake')
-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 4bd740185..a952b893e 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 0001) #API compatibility number +SET(UHD_VERSION_MAJOR 0002) #API compatibility number SET(UHD_VERSION_MINOR 0) #Timestamp of git commit SET(UHD_VERSION_PATCH 0) #Short hash of git commit |