From 9ba7a0fce5b11e00c9e7c273bb2e8d20c00ee1f0 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Tue, 26 May 2026 19:06:22 +0200 Subject: Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d070f6e..aaddf09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0...3.27) -project (nncmpp VERSION 2.1.1 LANGUAGES C) +project (nncmpp VERSION 2.2.0 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) diff --git a/NEWS b/NEWS index 94515eb..130f23b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -Unreleased +2.2.0 (2026-05-26) - * Added an AppKit user interface + * Added an AppKit user interface; the -x (--x11) option has become -g (--gui) * Made global search indicate the search terms, and match on filenames -- cgit v1.3.1