From d10f010ec3321e9033c275387cdf6b9f9a2e0f94 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 14 Jan 2011 11:32:31 -0800 Subject: uhd: drop a digit from the api compat number (1000 is plenty) --- host/Modules/UHDVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/Modules') diff --git a/host/Modules/UHDVersion.cmake b/host/Modules/UHDVersion.cmake index e40f02568..1db75e906 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 0002) #API compatibility number +SET(UHD_VERSION_MAJOR 002) #API compatibility number SET(UHD_VERSION_MINOR 0) #Timestamp of git commit SET(UHD_VERSION_PATCH 0) #Short hash of git commit -- cgit v1.2.3