Skip to content

Commit

Permalink
Bump version to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 20, 2023
1 parent 5420cf8 commit 2c34842
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 6)
set(tmux-mem-cpu-load_VERSION_PATCH 1)
set(tmux-mem-cpu-load_VERSION_PATCH 2)
#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 2c34842

Please sign in to comment.