Skip to content

Commit

Permalink
Fixed build to allow empty tweak version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 7, 2024
1 parent 63bc78f commit f55c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/build-metadata.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ QString BuildMetadata::GetLibDir() {
const int BuildMetadata::VERSION_MAJOR = @PROJECT_VERSION_MAJOR@;
const int BuildMetadata::VERSION_MINOR = @PROJECT_VERSION_MINOR@;
const int BuildMetadata::VERSION_PATCH = @PROJECT_VERSION_PATCH@;
const int BuildMetadata::VERSION_BUILD = @PROJECT_VERSION_TWEAK@;
const int BuildMetadata::VERSION_BUILD = @PROJECT_VERSION_TWEAK@+0;

0 comments on commit f55c566

Please sign in to comment.