diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-02-27 00:39:23 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-02-27 00:39:23 +0100 |
commit | c4bce75866fe9911569efbd6a17cdb367f24b747 (patch) | |
tree | ddd1e8ab8c559f68921855974f9cb14c2aee857b /CMakeLists.txt | |
parent | 08b87bccbd608a49ef4bc240ffa5372d3e94fd03 (diff) | |
download | nncmpp-5e715d0ad3c6812b1155e500a9b5eb8a09306b6a.tar.gz nncmpp-5e715d0ad3c6812b1155e500a9b5eb8a09306b6a.tar.xz nncmpp-5e715d0ad3c6812b1155e500a9b5eb8a09306b6a.zip |
Bump version, update NEWSv2.1.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bbcf2c..4c6502e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0...3.27) -project (nncmpp VERSION 2.1.0 LANGUAGES C) +project (nncmpp VERSION 2.1.1 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) |