From f68c06c9e0ffc646a2dfd0ffbadee96fec1c6d75 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Tue, 6 Dec 2022 18:18:14 +0200 Subject: [PATCH] Update frversion.h bump version number --- src/frversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frversion.h b/src/frversion.h index a8cad6b17..4b232efa3 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 3 +#define FR_VERSION_RLS 4 // if this file can't be found you need to run the update-revision-info script #include "revisioninfo.h"