From 5ad657175609a1b9853d56c8b1e7984428c0c44b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 10 Jul 2023 21:25:24 +0200 Subject: [PATCH] Increased the release number to 34 --- es-app/src/EmulationStation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h index 4852db837..8daac5fac 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -14,7 +14,7 @@ #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 1 #define PROGRAM_VERSION_MAINTENANCE 0 -#define PROGRAM_RELEASE_NUMBER 33 +#define PROGRAM_RELEASE_NUMBER 34 // clang-format on #define PROGRAM_VERSION_STRING "2.1.0-beta"