Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycho committed Apr 11, 2020
1 parent 88dd614 commit 7ea393f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion shell-integration-scripts/bash/bash_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ea393f

Please sign in to comment.