From 0b2f56bdd6b0a7dd52f795663f921061af192e6a Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Tue, 14 Jun 2016 10:22:10 -0700 Subject: Changing UHD's versioning system * Version numbers now Major.API.ABI.Patch --- host/include/config.h.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'host/include') diff --git a/host/include/config.h.in b/host/include/config.h.in index 83370f06f..8931d6580 100644 --- a/host/include/config.h.in +++ b/host/include/config.h.in @@ -1,5 +1,5 @@ /* - * Copyright 2015 Ettus Research LLC + * Copyright 2015,2016 Ettus Research LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,8 @@ /* Version macros */ #cmakedefine UHD_VERSION_MAJOR ${TRIMMED_VERSION_MAJOR} -#cmakedefine UHD_VERSION_MINOR ${TRIMMED_VERSION_MINOR} +#cmakedefine UHD_VERSION_API ${TRIMMED_VERSION_API} +#cmakedefine UHD_VERSION_ABI ${TRIMMED_VERSION_ABI} #cmakedefine UHD_VERSION_PATCH ${TRIMMED_VERSION_PATCH} #cmakedefine ENABLE_USB #cmakedefine UHD_VERSION @UHD_VERSION_ADDED@ -- cgit v1.2.3