Files @ r25895:573b0b525189
Branch filter:

Location: cpp/openttd-patchpack/source/src/os/os2/CMakeLists.txt

Patric Stout
Fix: [Actions] changelog assumed major.minor.patch versioning (#9482)

We now use major.minor versioning, so it failed to pick up the
correct information.
1
2
3
4
add_files(
    os2.cpp
    CONDITION OPTION_OS2
)