From 0b8fef14cff33f8fa32cf057fb1444a866a33ac0 Mon Sep 17 00:00:00 2001 From: Lucas Rubian Schatz Date: Tue, 2 May 2023 08:43:51 -0300 Subject: [PATCH] 0.9.7 snapshot --- src/frversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frversion.h b/src/frversion.h index 78cac8e2..688f7ec0 100644 --- a/src/frversion.h +++ b/src/frversion.h @@ -1,6 +1,6 @@ #define FR_VERSION_MAJOR 0 #define FR_VERSION_MINOR 9 -#define FR_VERSION_RLS 6 +#define FR_VERSION_RLS 7 // if this file can't be found you need to run the update-revision-info script #include "revisioninfo.h"