Skip to content

Commit 0b83d24

Browse files
Changes for release 1.0.8
1 parent 305e82c commit 0b83d24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ include(cmake/gotcha.cmake)
77
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
88

99
set(LIBTOOL_INTERFACE 2)
10-
set(LIBTOOL_REVISION 3)
10+
set(LIBTOOL_REVISION 4)
1111
set(LIBTOOL_AGE 2)
1212

13-
set(GOTCHA_VERSION "(1, 0, 7)")
13+
set(GOTCHA_VERSION "(1, 0, 8)")
1414

1515

1616
set(DEFAULT_SYMBOL_VISIBILITY hidden)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GOTCHA v1.0.7
1+
GOTCHA v1.0.8
22
============
33
[![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)
44
[![Coverage Status](https://coveralls.io/repos/github/LLNL/GOTCHA/badge.svg?branch=develop)](https://coveralls.io/github/LLNL/GOTCHA?branch=develop)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u'1.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = u'1.0.7'
29+
release = u'1.0.8'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)