From 843ad4afbea032ab74a0930f2b0750cfd7c1373c Mon Sep 17 00:00:00 2001 From: Toby Schneider Date: Tue, 5 Feb 2019 09:47:04 -0500 Subject: [PATCH] Release 2.1.13 --- CMakeLists.txt | 4 ++-- release.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6bfd3e7..a7e0c375 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() set(GOBY_VERSION_MAJOR "2") set(GOBY_VERSION_MINOR "1") -set(GOBY_VERSION_PATCH "12a") +set(GOBY_VERSION_PATCH "13") if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") message("Compiling in Git source tree.") @@ -51,7 +51,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") else() message("Compiling from release tarball.") - set(GOBY_VERSION_DATE "2019.02.01") + set(GOBY_VERSION_DATE "2019.02.05") endif() set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}") diff --git a/release.txt b/release.txt index 6fe20644..dcac10c5 100644 --- a/release.txt +++ b/release.txt @@ -1,5 +1,13 @@ Goby Release Notes (Major version 2) +**************** +Version 2.1.13 + +### Bug fixes +- Fix to Dynamic Protobuf unit test for changes in DCCL 3.0.10 + +See https://github.com/GobySoft/goby/compare/2.1.12a...2.1.13 + **************** Version 2.1.12a