From 2e905d3e58c4491c5939492107fc2210433dc0d9 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Sat, 9 May 2026 08:47:19 -0400 Subject: [PATCH] v0.0.18 - Vendor tui_ncurses library and restore pager_ex API for static build --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index a5bf0a2..285e551 100644 --- a/src/main.c +++ b/src/main.c @@ -11,8 +11,8 @@ */ #define NT_VERSION_MAJOR 0 #define NT_VERSION_MINOR 0 -#define NT_VERSION_PATCH 17 -#define NT_VERSION "v0.0.17" +#define NT_VERSION_PATCH 18 +#define NT_VERSION "v0.0.18" #include #include