Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Jul 29, 2021
1 parent 81903d4 commit d46a127
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif()

set(GOBY_VERSION_MAJOR "3")
set(GOBY_VERSION_MINOR "0")
set(GOBY_VERSION_PATCH "0~beta18")
set(GOBY_VERSION_PATCH "0")

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

else()
message(STATUS "Compiling from release tarball (${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}).")
set(GOBY_VERSION_DATE "2021.06.18")
set(GOBY_VERSION_DATE "2021.07.29")
endif()

set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}")
Expand Down
5 changes: 5 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Goby Release Notes (Major version 3)

****************
Version 3.0.0

First stable release of Goby3 nested communications middleware.

****************
Version 3.0.0~beta*

Expand Down
1 change: 1 addition & 0 deletions src/apps/zeromq/logger/playback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// File authors:
// Toby Schneider <[email protected]>
//
//
// This file is part of the Goby Underwater Autonomy Project Binaries
// ("The Goby Binaries").
//
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/log/json_log_plugin.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021:
// Copyright 2016-2021:
// GobySoft, LLC (2013-)
// Community contributors (see AUTHORS file)
// File authors:
Expand Down

0 comments on commit d46a127

Please sign in to comment.