From 2e98b304b86a66dce17583f862ce89070fdf7dcb Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 24 Feb 2023 21:57:51 +0100 Subject: [PATCH] Updated the release number from 28 to 29. --- 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 8ef5f6745..f017bfa36 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 0 #define PROGRAM_VERSION_MAINTENANCE 0 -#define PROGRAM_RELEASE_NUMBER 28 +#define PROGRAM_RELEASE_NUMBER 29 // clang-format on #define PROGRAM_VERSION_STRING "2.0.0-beta"