From c13ccc0635001847f44e7a843c1139021e14269f Mon Sep 17 00:00:00 2001 From: Hariharan Devarajan Date: Wed, 8 Nov 2023 19:07:59 -0800 Subject: [PATCH] fix release to 1.0.5 --- CMakeLists.txt | 2 +- README.md | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 189aa5a..348bd39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 1) +set(LIBTOOL_REVISION 2) set(LIBTOOL_AGE 2) set(DEFAULT_SYMBOL_VISIBILITY hidden) diff --git a/README.md b/README.md index 4e1446a..a3caaaf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GOTCHA v1.0.4 +GOTCHA v1.0.5 ============ [![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) diff --git a/docs/conf.py b/docs/conf.py index cad2361..974be97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.4' +release = u'1.0.5' # -- General configuration ---------------------------------------------------