From 80f9114e27b61330c1b575aa6ec382d790dab936 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 15 Jul 2021 18:30:20 +0200 Subject: [PATCH] Bumped the version to v1.1.0-rc --- es-app/CMakeLists.txt | 2 +- es-app/assets/EmulationStation-DE_Info.plist | 2 +- es-app/assets/emulationstation.6.gz | Bin 1051 -> 1048 bytes es-app/assets/emulationstation.desktop | 2 +- es-app/src/EmulationStation.h | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 271ed4cfa..436d4e4f3 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -275,7 +275,7 @@ endif() set(CPACK_PACKAGE_VENDOR "Leon Styhre") # Update this when there has been a new release. -set(CPACK_PACKAGE_VERSION "1.1.0-rc-dev") +set(CPACK_PACKAGE_VERSION "1.1.0-rc") # Use the shorter x64 descriptor if on the x86_64/AMD64 architecture. if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL AMD64) diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index f6d034d20..ac1f66a70 100644 --- a/es-app/assets/EmulationStation-DE_Info.plist +++ b/es-app/assets/EmulationStation-DE_Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleVersion - 1.1.0-rc-dev + 1.1.0-rc LSMinimumSystemVersion 10.14.0 LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index a008bd6c04857878f8cde9024861b6c941a97a7a..42584d0cbc9331e8709dba8c6d53a05b01589fd2 100644 GIT binary patch delta 308 zcmV-40n7fI2$%>5ABzYG=wa}Y2eT2V{EgPk^hliE!To49A^*A@kw%bf_(7p%uPt_|j5I%J^t}|TS zhDpoucZp5k`k38@h6Oo#Sl!K+WXkYbYTF8_*FS#*(A(1m{9IYvn9qX&Gni9vtn_y9 z3n5|kE_hg5wZqNXLjSug00|l4vWMPCC{ytsOjY@}^Q`VG&9_|Qo;oCU5hCiPlL?Hb z>AXigW1vvEt1%2eTAW!FG7zH(E2(BXN2M_oLZ_{0k6~%QFEwk^e?2 zWw#1844lDFF7cxL3k`=*_S{y7ER{B3TwVco%vKDR%xX2#D9Dv&2K%#b0lNWz02ejS zPbQ{PH4B_Gp+`xQqN1@amI&!!|DXTOhx@VLYM}zYXd6g4kgzx*5Oh zCVv-b+ifN|Xx{_-=js(12%owd*BP#E!=&Z-yTqn%eavn{!-5<=tnTJZGG%xzwQYse z>z_XY=2*+Xw6l&N?R zrmFngc~Ipj57d5s4QtCS eN@I*;Aees!eKLddXAwiku)hJZUaAWW2mk={?ws)e diff --git a/es-app/assets/emulationstation.desktop b/es-app/assets/emulationstation.desktop index 73ae2bb76..1969d7e88 100644 --- a/es-app/assets/emulationstation.desktop +++ b/es-app/assets/emulationstation.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.1.0-rc-dev +Version=1.1.0-rc Name=EmulationStation Desktop Edition GenericName=Emulator Front-end Type=Application diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h index 49c986296..70d02fca7 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -15,7 +15,7 @@ #define PROGRAM_VERSION_MINOR 1 #define PROGRAM_VERSION_MAINTENANCE 0 // clang-format on -#define PROGRAM_VERSION_STRING "1.1.0-rc-dev" +#define PROGRAM_VERSION_STRING "1.1.0-rc" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__