aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-02-10 18:38:15 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-02-10 18:39:57 +0100
commitef19337bad881d50884f8977c025a6124046841b (patch)
treea401b6b39ad06e2e082af2d868345b010b2b1a74 /CMakeLists.txt
parent9699b80e9d3fc5beb41960836429cb9f352f7083 (diff)
downloadnncmpp-ef19337bad881d50884f8977c025a6124046841b.tar.gz
nncmpp-ef19337bad881d50884f8977c025a6124046841b.tar.xz
nncmpp-ef19337bad881d50884f8977c025a6124046841b.zip
Bump version, update NEWSv2.1.0
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 70ea09f..d56a31c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0...3.27)
-project (nncmpp VERSION 2.0.0 LANGUAGES C)
+project (nncmpp VERSION 2.1.0 LANGUAGES C)
# Moar warnings
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)