From 03afa44fa268ef63250dd0c95b001cf9dac6bde0 Mon Sep 17 00:00:00 2001
From: Romain Boman <r.boman@uliege.be>
Date: Thu, 9 May 2024 08:15:02 +0200
Subject: [PATCH] change version number

---
 fossils.iss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fossils.iss b/fossils.iss
index 53cb4ee..265ca0d 100644
--- a/fossils.iss
+++ b/fossils.iss
@@ -2,7 +2,7 @@
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
 #define MyAppName "Fossils"
-#define MyAppVersion "1.2"
+#define MyAppVersion "1.3"
 #define MyAppPublisher "University of Liege"
 #define MyAppURL "https://gitlab.uliege.be/rboman/fossils"
 #define MyAppExeName "fossils.exe"
-- 
GitLab