diff --git a/CMakeLists.txt b/CMakeLists.txt index 330c610..b7b1541 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0.2) # version applies to all released files: shournal, shournal-run, libshournal-shellwatch.so # and bash_integration.sh -set(shournal_version "2.2") +set(shournal_version "2.3") cmake_policy( SET CMP0048 NEW ) project(shournal VERSION ${shournal_version} LANGUAGES CXX) diff --git a/shell-integration-scripts/bash/bash_integration.sh b/shell-integration-scripts/bash/bash_integration.sh index 8bc98d6..fc83c4f 100644 --- a/shell-integration-scripts/bash/bash_integration.sh +++ b/shell-integration-scripts/bash/bash_integration.sh @@ -151,7 +151,7 @@ SHOURNAL_SET_VERBOSITY(){ # Do *not* touch the next line. The version is updated automatically on build from cmake according # to the version set there -_shournal_version=2.2 +_shournal_version=2.3 # 0: debug, 1: info, 2: warning, 3: error [[ -z ${_shournal_bash_integration_log_level+x} ]] && _shournal_bash_integration_log_level=2