mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:27:44 +00:00
LibCore: Refactor a version-reading utility
`ArgsParser` and `AboutDialog` had the same procedure to read the version from `/res/version.ini`. Now they use the `SERENITY_VERSION` string by default. This commit refactored the version-reading utility to the new `Core::Version` namespace.
This commit is contained in:
parent
ad80d4dce0
commit
7742f37c10
3 changed files with 28 additions and 0 deletions
|
@ -31,6 +31,7 @@ set(SOURCES
|
|||
Timer.cpp
|
||||
UDPServer.cpp
|
||||
UDPSocket.cpp
|
||||
Version.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCore core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue