From 0fd119f89f7a56f452745a369f7c6b03db814dbd Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 28 Sep 2025 14:27:35 +0200 Subject: [PATCH] version 1.0 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index c4c7424..8996af6 100644 --- a/version.h +++ b/version.h @@ -3,6 +3,6 @@ #include -QString version = "..1"; +QString version = "1.0"; #endif // VERSION_H