From 5a3239711f1e0f2ac5dc993e1ef1067d3098adaf Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Fri, 4 Aug 2017 10:54:53 -0400 Subject: [PATCH] Mark this release as mine (PMO) and beta --- sleepyhead/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/version.h b/sleepyhead/version.h index 80115ff7..479a62a4 100644 --- a/sleepyhead/version.h +++ b/sleepyhead/version.h @@ -18,7 +18,7 @@ const int major_version = 1; // incompatible API changes const int minor_version = 0; // new features that don't break things const int revision_number = 0; // bugfixes, revisions -const QString ReleaseStatus = "beta"; +const QString ReleaseStatus = "PMO-beta"; const QString VersionString = QString("%1.%2.%3-%4-%5").arg(major_version).arg(minor_version).arg(revision_number).arg(ReleaseStatus).arg(build_number);