File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,13 @@ execute_process(
203203
204204# Set Version
205205set (EMULATOR_VERSION_MAJOR "0" )
206- set (EMULATOR_VERSION_MINOR "9 " )
207- set (EMULATOR_VERSION_PATCH "1 " )
206+ set (EMULATOR_VERSION_MINOR "10 " )
207+ set (EMULATOR_VERSION_PATCH "0 " )
208208
209209set_source_files_properties (src/shadps4.rc PROPERTIES COMPILE_DEFINITIONS "EMULATOR_VERSION_MAJOR=${EMULATOR_VERSION_MAJOR} ;EMULATOR_VERSION_MINOR=${EMULATOR_VERSION_MINOR} ;EMULATOR_VERSION_PATCH=${EMULATOR_VERSION_PATCH} " )
210210
211- set (APP_VERSION "${EMULATOR_VERSION_MAJOR} .${EMULATOR_VERSION_MINOR} .${EMULATOR_VERSION_PATCH} WIP " )
212- set (APP_IS_RELEASE false )
211+ set (APP_VERSION "${EMULATOR_VERSION_MAJOR} .${EMULATOR_VERSION_MINOR} .${EMULATOR_VERSION_PATCH} " )
212+ set (APP_IS_RELEASE true )
213213configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /src/common/scm_rev.cpp.in" "${CMAKE_CURRENT_BINARY_DIR} /src/common/scm_rev.cpp" @ONLY )
214214
215215message ("end git things, remote: ${GIT_REMOTE_NAME} , branch: ${GIT_BRANCH} " )
Original file line number Diff line number Diff line change 3737 <category translate =" no" >Game</category >
3838 </categories >
3939 <releases >
40+ <release version =" 0.10.0" date =" 2025-07-06" >
41+ <url >https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.10.0</url >
42+ </release >
4043 <release version =" 0.9.0" date =" 2025-05-22" >
4144 <url >https://github.com/shadps4-emu/shadPS4/releases/tag/v.0.9.0</url >
4245 </release >
You can’t perform that action at this time.
0 commit comments