Files @ r25895:573b0b525189
Branch filter:

Location: cpp/openttd-patchpack/source/src/spriteloader/CMakeLists.txt - annotation

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
5
6
7
add_files(
    grf.cpp
    grf.hpp
    sprite_file.cpp
    sprite_file_type.hpp
    spriteloader.hpp
)