From: Mikko Rasa Date: Sat, 23 Jan 2021 10:01:36 +0000 (+0200) Subject: Increase version to 3.0 X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=c2d76c50e855af0dc4ced7728fc9c44f1ad4ebc7 Increase version to 3.0 The recent modernization work has introduced some incompatible changes, and now I'm gearing towards Vulkan support which will change the API even more. --- diff --git a/Build b/Build index 6805a334..87da59f5 100644 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ package "mspgl" { - version "2.0"; + version "3.0"; description "Lightweight C++/OpenGL graphics engine"; require "mspcore";