Skip to content

Commit

Permalink
Release 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Feb 5, 2019
1 parent 8bcd249 commit 843ad4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down Expand Up @@ -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}")
Expand Down
8 changes: 8 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 843ad4a

Please sign in to comment.