Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Jul 14, 2016
1 parent 0e14fa1 commit e2b2bcb
Show file tree
Hide file tree
Showing 2 changed files with 9 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 "2")
set(GOBY_VERSION_PATCH "3")

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 "2016.06.02")
set(GOBY_VERSION_DATE "2016.07.14")
endif()

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

****************
Version 2.1.3

This release contains minor bug fixes.

See https://github.com/GobySoft/goby/compare/2.1.2a...2.1.3
****************
Version 2.1.2

Expand Down

0 comments on commit e2b2bcb

Please sign in to comment.