From fbf8458a63cf5a3cc0380509b06d618ab9ec2ee2 Mon Sep 17 00:00:00 2001 From: Jon Frydensbjerg Date: Sun, 24 Nov 2024 08:17:57 +0100 Subject: [PATCH] Bumped version --- version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.cpp b/version.cpp index 50e9859..d54e559 100644 --- a/version.cpp +++ b/version.cpp @@ -1,4 +1,4 @@ #include "version.h" -const std::string VersionInfo::version = "20241025-roswell"; +const std::string VersionInfo::version = "20241124-nuuk"; const std::string VersionInfo::copyright = "Copyright (c) 2018-2024 Jon Frydensbjerg, the video-compare community";