Skip to content

Commit

Permalink
Release 2.1.12a
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaubergine committed Feb 1, 2019
1 parent d8423a0 commit 9a815b5
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 "12")
set(GOBY_VERSION_PATCH "12a")

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.01.31")
set(GOBY_VERSION_DATE "2019.02.01")
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.12a

### Bug fixes
- Fixed version.h header macros (regression introduced by clang-format)

See https://github.com/GobySoft/goby/compare/2.1.12...2.1.12a

****************
Version 2.1.12

Expand Down

0 comments on commit 9a815b5

Please sign in to comment.