From 7990b234501bc77495e2b7af398b5a16c4d27353 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 9 Aug 2021 17:14:35 +0200 Subject: [PATCH] Bumped the version to 1.1.0 --- es-app/CMakeLists.txt | 2 +- es-app/assets/EmulationStation-DE_Info.plist | 2 +- es-app/assets/emulationstation.6.gz | Bin 1041 -> 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 9479bdf05..33325b9df 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-dev") +set(CPACK_PACKAGE_VERSION "1.1.0") # 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 adcd36e56..f2dead49e 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-dev + 1.1.0 LSMinimumSystemVersion 10.14.0 LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index 3695961f5e873ba80946fda2a657ac86f8560e85..c86a6af3787ee4201711b72537d9546523fc075d 100644 GIT binary patch delta 1016 zcmV(TM4-kqwM9?#><@f1k}4aTJsA9_{jxc z6n~;&AIhGa@|dMm8njJIz-F0}!IBvzhYAI$R7_)w77OB&o%=koK&u5w^7|x6f{bg7 z=79BpXO2E!V2}hK*JRYn`?VAtJ-A3PjB_NKmX&qEc<`QQrd-2w$#_wJnl%|VO~uo; zj;E{V2KMMr?pcO#^2hNTYMHSf=u+A$bGfIo-f)2mpYU6*&rRmGs&uLt6G?NiffYu zQdEvOB;N7{s5P?2cBd_=m-8uTMv;X*aQBb{G;0Up)j;@CSLcR*d4VlsXAaPGGwz1yd0{P_( z;}M;>ZAh;d#1320&Umk#{GF$5yP4pqeGlwjsuR)^KDITkGhE%83B&Q%!=@K5X1k$& zK@Oi*kMkv&FuWFV>OJf@SrQc^7a|)$rD*C?=;#cp2`?XbD+?)sK z{*ZYfAwyjDFp>FR){(g@6)(8J^>obV#s|`g$72{y;(3QSqCh57TVup+U)=k%qr9R> mdZ6aZDVl;Cl!oZOUorRkxg7e}uOUW^(f$L)bmM~l2LJ#h1NTD! delta 1018 zcmVm=kq9S$=mLwPfKxk-THjzfTPz|!&=O^_mPnNsJL=c( zkaE_SChdb^afWBEXNF z1&V@_T9Fp+v~{_;s}(fTDnJi^h6gpeK~Uw@kjk=TsdEq#5}6MgxG-oJYi=ZL7+8&; zT;N6V7aI1V9JnctSxTir+q3{|mnj%5nNf16P>@Q+G&X6mAU@f-&l3x@T972aPl6=K zxW;H2tOq=E^!WmVB>1={qgLLpq~PemMS@|RBhj=htqaD34?Hu)8lDS(#1ZI8S8;Aq%AX-dn&697pU+FzvcSeWNyn+r;0I=1Of|8 zOLt-Bzu=_wUf#oPq{^5onbr<_|NV50hb}D-w9$YGB1vw}?d^3VQeT!qAJtgD+rG^6 zHCb6D;7g2JXyqt{ZpLzdio|fdlH$TpMPJaGqLnwM`9Ew;rt}5AEQix$PoRs`sMv;Y z8pHGr77eMzKp$vbBL&Z`37G`0t-5fjjimTsT&WM9Hmw4V8D>^F{^Iy3W9xGxj+=Q*f(rry}t$W z%NfQaI&s^OUN49}wxXT!UOV}FPuq4g!BP7j*u7OJq$hlAD_m!|x-}DqY`H;ci0=C(bFZJvp@01vV#FBjH{$_v(*Otn0I*&3(*OVf diff --git a/es-app/assets/emulationstation.desktop b/es-app/assets/emulationstation.desktop index eb6722b2a..bf283c1f0 100644 --- a/es-app/assets/emulationstation.desktop +++ b/es-app/assets/emulationstation.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.1.0-dev +Version=1.1.0 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 02f366808..564b099b5 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-dev" +#define PROGRAM_VERSION_STRING "1.1.0" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__