From 2381d29175a22dfb08ce429ab2e3705f4ceaef33 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 23 Jul 2012 11:33:36 -0700 Subject: docs: formatting fix for stream docs --- host/docs/stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/docs/stream.rst b/host/docs/stream.rst index 13523c077..a00ef88ee 100644 --- a/host/docs/stream.rst +++ b/host/docs/stream.rst @@ -44,7 +44,7 @@ Typically, the data type is complex baseband such as normalized **complex-float3 The link-layer data type ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The link-layer or "over-the-wire" data type refers to the format of the samples sent through the link. -Typically, this data type is **complex-int16*. +Typically, this data type is **complex-int16**. However, to increase throughput over the link-layer, at the expense of precision, **complex-int8** may be used. -- cgit v1.2.3 From 461eb1c72942f35cd1eee7901c240368d003325a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 30 Jul 2012 12:09:48 -0700 Subject: uhd: bumped patch version number to 3.4.3 --- host/cmake/Modules/UHDVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 38cbe819c..01a754f48 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 004) -SET(UHD_VERSION_PATCH 002) +SET(UHD_VERSION_PATCH 003) ######################################################################## # Version information discovery through git log -- cgit v1.2.3