From 5748f8e53dad8008109584778b5871c5686bd39a Mon Sep 17 00:00:00 2001 From: Chuan Ji Date: Fri, 24 Apr 2026 22:02:17 -0700 Subject: [PATCH] Bump version to 0.7.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2d8ada..dea5c21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW) # Project settings. # ----------------- -project(jfbview VERSION 0.6.1) +project(jfbview VERSION 0.7.0) # Build options. # --------------