aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Imes <connor.k.imes@gmail.com>2022-05-21 10:20:47 -0400
committerConnor Imes <connor.k.imes@gmail.com>2022-05-21 10:20:47 -0400
commit1af02708c0561a622291615e5ee2f3f06a697413 (patch)
tree2241daa77be4020ea699a97e1cc5ad5832544f6f
parent81f2c60a3c204c700cb48abd60b659c0c2be6650 (diff)
cmake: bump version to 0.6.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79ed8b4..59ca069 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.12)
-project(powercap VERSION 0.6.0
+project(powercap VERSION 0.6.1
LANGUAGES C)
set(CMAKE_C_STANDARD 99)