mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Update release version, build number, and release notes
This commit is contained in:
parent
bcad3ac9da
commit
a102a85dbd
@ -1 +1 @@
|
||||
const int build_number = 2;
|
||||
const int build_number = 1;
|
||||
|
@ -6,6 +6,14 @@
|
||||
Which was written and copyright 2011-2018 © Mark Watkins
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.0.1-r-1</b>
|
||||
<ul>
|
||||
<li>Portions of OSCAR are © 2019 by The OSCAR Team</li>
|
||||
<li>Disable multitasking to avoid crash during pre-loading of summaries</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Changes and fixes in OSCAR v1.0.0-beta-9</b>
|
||||
<ul>
|
||||
|
@ -14,7 +14,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 int revision_number = 1; // bugfixes, revisions
|
||||
const QString ReleaseStatus = "r"; // testing/nightly/unstable, beta/untamed, rc/almost, r/stable
|
||||
|
||||
const QString VersionString = QString("%1.%2.%3-%4-%5").arg(major_version).arg(minor_version).arg(revision_number).arg(ReleaseStatus).arg(build_number);
|
||||
|
Loading…
Reference in New Issue
Block a user