Skip to content

Commit

Permalink
Bump version to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 22, 2024
1 parent 93525a5 commit 42bf188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.5)
project(tmux-mem-cpu-load)
set(tmux-mem-cpu-load_VERSION_MAJOR 3)
set(tmux-mem-cpu-load_VERSION_MINOR 8)
set(tmux-mem-cpu-load_VERSION_PATCH 0)
set(tmux-mem-cpu-load_VERSION_PATCH 1)
#Compute full version string
set(tmux-mem-cpu-load_VERSION
${tmux-mem-cpu-load_VERSION_MAJOR}.${tmux-mem-cpu-load_VERSION_MINOR}.${tmux-mem-cpu-load_VERSION_PATCH})
Expand Down

0 comments on commit 42bf188

Please sign in to comment.