Change VERSION to v1.2.0-rc.1 - use dot as pre-release separator

This commit is contained in:
Phil Olynyk 2020-09-25 13:03:40 -04:00
parent d08ec3ab07
commit e4b3b97c21
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<b>For other languages, go to:</b>
<br><a href=http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes>http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes</a></p>
<p>
<b>Changes and fixes in OSCAR v1.2.0-rc-1</b>
<b>Changes and fixes in OSCAR v1.2.0-rc.1</b>
<br>Portions of OSCAR are © 2019-2020 by
<i>The OSCAR Team</i></p> <ul>
<li>[new] Support for Chromebooks using Linux beta - (Intel/AMD only)</li>

View File

@ -1,5 +1,5 @@
// Update the string below to set OSCAR's version and release status.
// See https://semver.org/spec/v2.0.0.html for details on format.
#define VERSION "1.2.0-beta-3"
#define VERSION "1.2.0-rc.1"