mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-02 01:40:16 +00:00
Bump version number due to API changes: Du2Dv2Ati token and ObjectPurgeableAPPLE return values are modified.
This commit is contained in:
parent
c112bcce0e
commit
b6b545a356
|
@ -33,7 +33,7 @@ namespace Build.UpdateVersion
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
const string Major = "1";
|
const string Major = "1";
|
||||||
const string Minor = "0";
|
const string Minor = "1";
|
||||||
|
|
||||||
public static void Main()
|
public static void Main()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue