From 9828aee7f400481f9ca79ef8b9956913e7a10458 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 25 Mar 2021 17:57:39 +0100 Subject: [PATCH] Bumped the version to v1.0.0-beta3 --- es-app/CMakeLists.txt | 2 +- es-app/assets/EmulationStation-DE_Info.plist | 2 +- es-app/assets/emulationstation.6.gz | Bin 1044 -> 1041 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 6d4a746f7..6bec19445 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -227,7 +227,7 @@ endif() set(CPACK_PACKAGE_VENDOR "Leon Styhre") # Update this when there has been a new release. -set(CPACK_PACKAGE_VERSION "1.0.0-beta3-dev") +set(CPACK_PACKAGE_VERSION "1.0.0-beta3") # Settings per operating system and generator type. if(APPLE) diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index 87520fb11..88bd50678 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-beta3-dev + 1.0.0-beta3 LSMinimumSystemVersion 10.11.0 LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index 1fb88a8bce3088ec72067812f20bce4fc21d5c7b..6594312492e4270fb53d92f3b5865f605694ad81 100644 GIT binary patch delta 260 zcmV+f0sH=x2$2W}ABzYGs=r*32ecA1>VKm((;X7Vk1!if$K+r41Ch`&0qBzh0YEFu zZ6u@&tj13+@S^w=4f_!G+?2=cq|%@*))_lxN(M`2lpMOkXHqeZ{aLea0V)B1@$Z4V zha8}JI|#1^!k4-_H_SKKGIr(wO-Ekl<9iiD!Lc3C#niDQe)y2@Hbr46rNO8#D(Lb{ zf|BRCYp%!om|fbf^k|U!Nv^Ql`eVGG=WDzdUeHOZjJ2$CcOTr*=kOG@)WOa@pz1>c;o?b)h!Ze;=f9^`DtlPd#30Zfx^1D^;t K(X0&w2mk=?$bqW> delta 262 zcmV+h0r~!s2$Tp1ABzYG`ch7j2ecJ)kh2}$`Hj|0cSsmN!fZGllYe0XkuuY zD@$%9qztUaPcHDH_!ABL5cb@Z$Lyripe@!KyJboSOJVC^!ct0uQD0Qh z<(C8{&vVyYkM%LTv|H)XAoY`6VYl_ict6kAcrU!5lT;aNS>^6NxTDYEDQc;MoqIs# zJD4q(dix>hcc*<9mH!7Oe+R)uV-&H4xKawfIbqwgRqfo$0{lI|1{)lWGH> M2uVjqXb1=Z0B8kxzyJUM diff --git a/es-app/assets/emulationstation.desktop b/es-app/assets/emulationstation.desktop index b3d97b168..d97f4c81b 100644 --- a/es-app/assets/emulationstation.desktop +++ b/es-app/assets/emulationstation.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.0.0-beta3-dev +Version=1.0.0-beta3 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 a540bd7c8..3aa32d6d4 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-beta3-dev" +#define PROGRAM_VERSION_STRING "1.0.0-beta3" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__