aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-04-13 17:17:12 +0200
committerFabrice <fabrice@schaub-dev.xyz>2026-04-13 17:17:12 +0200
commit6ef4981ce42f364efd7f1047c4506b250aea3f41 (patch)
tree90f25a5c0132d50e55c00ed4fe8846d27a3d9ee2 /CMakeLists.txt
parent8889837da535b1164d0fc52e8afeb671ad993b32 (diff)
bump versionHEADmaster
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9c2231..5073d81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 4.0)
project(cheesemap
- VERSION 0.1.0
+ VERSION 0.2.0
DESCRIPTION "A high-performance HashMap"
LANGUAGES C CXX
)