Skip to content

Commit

Permalink
Release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Mar 21, 2017
1 parent 1644303 commit 1e0c66e
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 "6")
set(GOBY_VERSION_PATCH "7")

if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
message("Compiling in Git source tree.")
Expand All @@ -46,7 +46,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")

else()
message("Compiling from release tarball.")
set(GOBY_VERSION_DATE "2017.01.24")
set(GOBY_VERSION_DATE "2017.03.21")
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,4 +1,12 @@
Goby Release Notes (Major version 2)
****************
Version 2.1.7

- Minor compilation updates for non-Ubuntu systems.

### MOOS
- Bug fix for iFrontSeat to correctly handle large time skews

****************
Version 2.1.6
### Acomms
Expand Down

0 comments on commit 1e0c66e

Please sign in to comment.