Skip to content

Commit

Permalink
Update file format version
Browse files Browse the repository at this point in the history
  • Loading branch information
tedfelix committed May 29, 2024
1 parent a4cf4d0 commit beca656
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/document/RosegardenDocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,10 @@ void RosegardenDocument::setSequenceManager(SequenceManager *sm)
//
int RosegardenDocument::FILE_FORMAT_VERSION_MAJOR = 1;
int RosegardenDocument::FILE_FORMAT_VERSION_MINOR = 6;
int RosegardenDocument::FILE_FORMAT_VERSION_POINT = 9;
// Version 10 introduces LV2 plugins and provides values that
// older versions will interpret as plugins that weren't found.
// Older versions will issue helpful "plugin not found" messages.
int RosegardenDocument::FILE_FORMAT_VERSION_POINT = 10;

bool RosegardenDocument::saveDocument(const QString& filename,
QString& errMsg,
Expand Down

0 comments on commit beca656

Please sign in to comment.