From c9552f9785b1fdb3d6e96b776b1ea60dd1d4d426 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:11:59 +0000 Subject: [PATCH] bump version for new release 0.13.3 -> 1.0.0. --- sphaira/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphaira/CMakeLists.txt b/sphaira/CMakeLists.txt index 86b3f9a..8787f2d 100644 --- a/sphaira/CMakeLists.txt +++ b/sphaira/CMakeLists.txt @@ -28,7 +28,7 @@ option(ENABLE_DEVOPTAB_WEBDAV "" ON) # it also adds 230k to binary size, and i don't think anyone will use it. option(ENABLE_DEVOPTAB_SFTP "" OFF) -set(sphaira_VERSION 0.13.3) +set(sphaira_VERSION 1.0.0) project(sphaira VERSION ${sphaira_VERSION}