And reordered all the source files in the projects according to name sort. And removed all the deleted files, including some which were forgotten in previous updates, but left as 0 byte files. Finally, updated the project to use C23 / C++23 language standards. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
10 lines
357 B
C
10 lines
357 B
C
|
|
#pragma once
|
|
#define OPENMPT_VERSION_SVNVERSION "23245"
|
|
#define OPENMPT_VERSION_REVISION 23245
|
|
#define OPENMPT_VERSION_DIRTY 0
|
|
#define OPENMPT_VERSION_MIXEDREVISIONS 0
|
|
#define OPENMPT_VERSION_URL "https://source.openmpt.org/svn/openmpt/tags/libopenmpt-0.8.0"
|
|
#define OPENMPT_VERSION_DATE "2025-05-31T13:56:14.548439Z"
|
|
#define OPENMPT_VERSION_IS_PACKAGE 1
|
|
|