bumped project version

This commit is contained in:
itsmattkc
2021-01-22 17:06:36 +11:00
parent fecd0e3775
commit 88d1b86d11
3 changed files with 2 additions and 17 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ bool ProjectLoadTask::Run()
// Project is newer than we support
SetError(tr("This project is newer than this version of Olive and cannot be opened."));
return false;
} else if (project_version < 201003) { // Change this if we drop support for a project version
} else if (project_version < 210122) { // Change this if we drop support for a project version
// Project is older than we support
SetError(tr("This project is from a version of Olive that is no longer supported in this version."));
return false;