Skip to content

Commit

Permalink
Merge pull request #144 from LLNL/release/1.0.6
Browse files Browse the repository at this point in the history
release changes
  • Loading branch information
hariharan-devarajan authored Apr 6, 2024
2 parents a449eba + a955cbe commit 9bff68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(cmake/gotcha.cmake)
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)

set(LIBTOOL_INTERFACE 2)
set(LIBTOOL_REVISION 2)
set(LIBTOOL_REVISION 3)
set(LIBTOOL_AGE 2)

set(DEFAULT_SYMBOL_VISIBILITY hidden)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GOTCHA v1.0.5
GOTCHA v1.0.6
============
[![GOTCHA Build and Test](https://github.com/LLNL/GOTCHA/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/LLNL/GOTCHA/actions/workflows/build-and-test.yaml)
[![Coverage Status](https://coveralls.io/repos/github/LLNL/GOTCHA/badge.svg?branch=develop)](https://coveralls.io/github/LLNL/GOTCHA?branch=develop)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'1.0'
# The full version, including alpha/beta/rc tags
release = u'1.0.5'
release = u'1.0.6'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 9bff68a

Please sign in to comment.