mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2752] [MERGED] build: Move versioning to CMake file. #2954
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2954
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2752
Author: @squidbus
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @georgemoralis
Base:
main← Head:versioning📝 Commits (1)
a0bbae6build: Move versioning to CMake file.📊 Changes
12 files changed (+37 additions, -56 deletions)
View changed files
📝
CMakeLists.txt(+4 -3)📝
src/common/config.cpp(+5 -5)📝
src/common/scm_rev.cpp.in(+9 -13)📝
src/common/scm_rev.h(+3 -0)➖
src/common/version.h(+0 -14)📝
src/emulator.cpp(+5 -6)📝
src/input/input_handler.cpp(+0 -1)📝
src/qt_gui/check_update.cpp(+2 -3)📝
src/qt_gui/gui_context_menus.h(+3 -3)📝
src/qt_gui/main_window.cpp(+4 -5)📝
src/qt_gui/settings_dialog.cpp(+2 -2)📝
src/sdl_window.cpp(+0 -1)📄 Description
Moves the version and release variables to the main CMake file, configured into the generated
scm_rev.cppfor source access. This allows properly versioning the macOS release bundle without maintaining two different version strings.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.