From 740f2d7f5eeb2570dd53085a9c0ab3a5248bc3a6 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 14 Apr 2015 10:49:43 -0500 Subject: Updated Changelog and version number for 3.8.3 --- CHANGELOG | 12 ++++++++++++ fpga-src | 2 +- host/cmake/Modules/UHDVersion.cmake | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b4b373c1b..e6c5fe4f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,18 @@ Change Log for Releases ============================== +## 003.008.003 +* UBX: Fixed phase synchronization issues + (Related changes: Change X300 daughterboard frequency, increase + N210 FIFO depth) +* Fixed many compiler warnings +* B200: Fixed timing issues, fixed tick rate issue, stabilized + operations at high clock rates +* X300: Improved phase alignment across devices +* CMake: Build fixes +* E300: Flow control fix + + ## 003.008.002 * CMake: Introducing named versions for dev branches, enable static libs, * E300: Docs updates, compat number bump, VCTCXO updates, diff --git a/fpga-src b/fpga-src index fc192fbc2..78eab419f 160000 --- a/fpga-src +++ b/fpga-src @@ -1 +1 @@ -Subproject commit fc192fbc2037076075f2eee09cc632447252b539 +Subproject commit 78eab419fdcdc18f4da8fd33f267af6c4d0494f6 diff --git a/host/cmake/Modules/UHDVersion.cmake b/host/cmake/Modules/UHDVersion.cmake index 014943b53..6ff6b863d 100644 --- a/host/cmake/Modules/UHDVersion.cmake +++ b/host/cmake/Modules/UHDVersion.cmake @@ -28,7 +28,7 @@ FIND_PACKAGE(Git QUIET) ######################################################################## SET(UHD_VERSION_MAJOR 003) SET(UHD_VERSION_MINOR 008) -SET(UHD_VERSION_PATCH 002) +SET(UHD_VERSION_PATCH 003) SET(UHD_VERSION_DEVEL FALSE) ######################################################################## -- cgit v1.2.3