From 8522e50f4281ce34ff23265157d54015ea60d5f1 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 19 Jul 2021 09:53:08 +0100 Subject: [PATCH] Really shouldn't have the same VERSION in 'develop' as in 'master'! --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 96fb98e..0e08c48 100644 --- a/src/version.h +++ b/src/version.h @@ -8,4 +8,4 @@ * Licensed under GPL version 2.0, or, at your option, any later version. */ -#define VERSION "0.0.4" +#define VERSION "0.0.5-SNAPSHOT"