From fe1e68ff98c917f1f376b03bdd97df06223bbaef Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 4 Nov 2023 09:50:54 +0100 Subject: [PATCH] Bumped the version to 2.2.1 --- CMakeLists.txt | 2 +- es-app/assets/EmulationStation-DE_Info.plist | 6 +++--- es-app/assets/Windows_Portable_README.txt | 2 +- es-app/assets/emulationstation.6.gz | Bin 1079 -> 1078 bytes es-app/src/EmulationStation.h | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a8424000..b13bdeb33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ endif() project(emulationstation-de) # Application version, update this when making a new release. -set(ES_VERSION 2.2.0) +set(ES_VERSION 2.2.1) # Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.) set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE) diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index 6b77c6f1c..ffcd40a02 100644 --- a/es-app/assets/EmulationStation-DE_Info.plist +++ b/es-app/assets/EmulationStation-DE_Info.plist @@ -11,7 +11,7 @@ CFBundleExecutable EmulationStation CFBundleGetInfoString - EmulationStation Desktop Edition 2.2.0 + EmulationStation Desktop Edition 2.2.1 CFBundleIconFile EmulationStation-DE.icns CFBundleName @@ -21,9 +21,9 @@ CFBundleSignature ESDE CFBundleShortVersionString - 2.2.0 + 2.2.1 CFBundleVersion - 2.2.0 + 2.2.1 CFBundleInfoDictionaryVersion 6.0 LSApplicationCategoryType diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt index 9ffa9fc56..f295a7f0c 100644 --- a/es-app/assets/Windows_Portable_README.txt +++ b/es-app/assets/Windows_Portable_README.txt @@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows --------------------------------------------------------------------------- ES-DE release: -2.2.0 +2.2.1 The latest version can be downloaded from https://es-de.org Please also consider donating to the project, links for that can be found on the ES-DE website just mentioned. diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index bfe8d8cf19ae4c90be53151409e4a01763c1e41a..f86bcabbb97ef3bcf236b8a4dd8ea60bc207a658 100644 GIT binary patch delta 692 zcmV;l0!#h32(}0ZABzYGo&`pc2PPrHMR#p=szl4?f-VHal1f#U2ebCF7Q6PI?S;_4 z{>C;mkxm%`Uty7HA6w1)=sF_N;tt};Y1q3bJ0Mq_F4)N*lvZQJNc7Hjdo`cY@hs2~PzV>%uO{u&zsyg=k+)PYFz> zIhQKW4Y!`6P+EM8kYmfWjh1BURS@hj8kZDnU?(i50O-jDJ0Y3c{g+%T%s2Ps{VRBn z-}SpbU^s(6`b#qR+W*I&H)R=sX}6|~VNF8*e|l(+7xa4=*pkeG3PcXCrVZ;|svUN? zEpQ?Zh4?|fwq`H0*DhH!TEdqEwGiYeg*M|k#inpqDA_qBs^~MaX-qoqtXieEd@2lBw(Hg&JXOP1PeGxhC?_v ze{CnYeuj3ZnTVAcWhCzSu4$pDb zl++3(6YKwA#LdR48e%5=c{_*(Q6Jj+-AxDW|DqK)EfOVn@GzXjgdg$dfbYW3C_Om& z_L1XyfA5!M6lA?hNnz0qls1N+qBJ+EY#h4>?gX>N5}pb!)`eY?VO^IZ3(>xqo)VZ$ zb1qe$8*V*Cp|toOA;*?$8!gGyt0356G%hLDz)o090nn2Rc0w|>`!Bgxm~ZaM`&V#- z-}N7Tz;Fh?_m^buwf~PlZ^|+N({4=}!GNI4# zbv~RN3Jq<{K*d*LwYS`KV8yYmFjYIu3dVEFMx_<_TMBB9Nx(c0oFCXn2^MgY42N)T zf99^iXz8lt42_??_46sMR9HmJhAEJejFkKpJE2fJ%oO_J701f4MmtIzNNtw#`o@NDzK<&S>CP7583%^Q?%vPxlW+Euc2GeeS%sDUdkTYGM3mf|wK`@c?G}PD*Nk56-Ezqa(tz;JD(()Ke$NSJq;uwba$+SgWg8@@nQ=zk=o^(q^>2pTyhZk4Y b!lE?7yMtG~%U9gVK9YX`YQ9W)%?JPho5)l= diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h index e38827795..1333dc3f6 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -13,14 +13,14 @@ // clang-format off #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_MAINTENANCE 0 -#define PROGRAM_RELEASE_NUMBER 39 +#define PROGRAM_VERSION_MAINTENANCE 1 +#define PROGRAM_RELEASE_NUMBER 40 // clang-format on -#define PROGRAM_VERSION_STRING "2.2.0" +#define PROGRAM_VERSION_STRING "2.2.1" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__ -#define RESOURCE_VERSION_STRING "2,2,0\0" +#define RESOURCE_VERSION_STRING "2,2,1\0" #define RESOURCE_VERSION PROGRAM_VERSION_MAJOR, PROGRAM_VERSION_MINOR, PROGRAM_VERSION_MAINTENANCE #endif // ES_APP_EMULATION_STATION_H