From ffdae7ff28fd4a24f1b0b53a7fa3c4760e06b045 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Fri, 9 Dec 2022 11:08:08 +0200 Subject: [PATCH] 0.9.5 snapshot --- src/frversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frversion.h b/src/frversion.h index 4b232efa..3510537f 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 4 +#define FR_VERSION_RLS 5 // if this file can't be found you need to run the update-revision-info script #include "revisioninfo.h"