]> git.tdb.fi Git - libs/gl.git/commitdiff
Increase version to 3.0
authorMikko Rasa <tdb@tdb.fi>
Sat, 23 Jan 2021 10:01:36 +0000 (12:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 23 Jan 2021 10:01:36 +0000 (12:01 +0200)
The recent modernization work has introduced some incompatible changes,
and now I'm gearing towards Vulkan support which will change the API
even more.

Build

diff --git a/Build b/Build
index 6805a3343fcbd15801a97536a0dce58c54bb4ddf..87da59f5fe6726d5db821e6f283e736eb6c958d5 100644 (file)
--- a/Build
+++ b/Build
@@ -1,6 +1,6 @@
 package "mspgl"
 {
-       version "2.0";
+       version "3.0";
        description "Lightweight C++/OpenGL graphics engine";
 
        require "mspcore";