From 64e1e2d22ce9c67204624be49f0cfbe7885f32a8 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 5 Apr 2021 15:01:17 +0200 Subject: [PATCH] Bumped the version to v1.0.0-rc --- es-app/CMakeLists.txt | 2 +- es-app/assets/EmulationStation-DE_Info.plist | 2 +- es-app/assets/emulationstation.6.gz | Bin 1042 -> 1039 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 10b421f13..c845e7378 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -232,7 +232,7 @@ endif() set(CPACK_PACKAGE_VENDOR "Leon Styhre") # Update this when there has been a new release. -set(CPACK_PACKAGE_VERSION "1.0.0-rc-dev") +set(CPACK_PACKAGE_VERSION "1.0.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 0757b8e04..aff322fd0 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.0.0-rc-dev + 1.0.0-rc LSMinimumSystemVersion 10.11.0 LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index b6d7182cd105ceaa65eda535c96e89c720d56762..091d75bb3426b18c2295ab4dff8970a939a148c8 100644 GIT binary patch delta 328 zcmV-O0k{5=2#*K{ABzYG1_*1B2eJ{M@;BNr(<5ai@#4+I z)T&{DlP$%u$917`g(-b_CME77e+9hy&Awr|3;veKFK-x+=)`YBdcGib*otn(FT2U# z1=@C-369#2!2XSTMFzsBuEBMNtJ^SXIsPuO>02MO%V}7Uqx<#UVnwD5uch`-BlY^{ z%OAZxUck?_wXOL&7%+o5#cfJ&2fq*!R_~IBwbeM>oCoN?$O4d%5iWat7KJi3@4-}6 ze>uwL&nGiDe-1Hp4ErCgLBJvb2mk=%ke<*0 delta 309 zcmV-50m}Z52$Bc~ABzYGNy}!D2eK4ICEMYJ-)O^3kHqO6%tx~c`4=FO$}<5wk^Vpd zZ<9X(8V^;rX0T#btC2=Qp)@ntptEQJy8(Z=pn36TVrtc}z{!^4*yFm;xWbe^Jd+Z4 zk-q|7{bt{=+y#G2+m7M_~U>y&?nQQ`g`+ z!_{q=v>bnz*z~QB+2u4W$kF}!Zm}X$hSySisF8a8^W~4;9xveM+S=B99SoSkoMLUI zw}W2@39EO>!`f;bZq5VrUt|GD$OxA`K8-?|n)hI;s=u6Pbzf<|nSyr7B#5q0^U#Xh*rA$bO*q>uXqBZc!Rz90S4p^XHQpoIi&cI)?oZi{~*V H1qc8Dr^T1O diff --git a/es-app/assets/emulationstation.desktop b/es-app/assets/emulationstation.desktop index 91657af2a..f9a97fe82 100644 --- a/es-app/assets/emulationstation.desktop +++ b/es-app/assets/emulationstation.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.0.0-rc-dev +Version=1.0.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 9288ab65c..3aef9e46e 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -13,7 +13,7 @@ #define PROGRAM_VERSION_MAJOR 1 #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_MAINTENANCE 0 -#define PROGRAM_VERSION_STRING "1.0.0-rc-dev" +#define PROGRAM_VERSION_STRING "1.0.0-rc" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__