updated version to march

This commit is contained in:
itsmattkc
2019-03-06 11:11:28 -08:00
parent 5eae8b4806
commit 9106be6883
+1 -1
View File
@@ -57,7 +57,7 @@ OliveGlobal::OliveGlobal() {
#ifdef GITHASH
version_id = QString(" | %1").arg(GITHASH);
#endif
olive::AppName = QString("Olive (February 2019 | Alpha%1)").arg(version_id);
olive::AppName = QString("Olive (March 2019 | Alpha%1)").arg(version_id);
// set the file filter used in all file dialogs pertaining to Olive project files.
project_file_filter = tr("Olive Project %1").arg("(*.ove)");