From c2d76c50e855af0dc4ced7728fc9c44f1ad4ebc7 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 23 Jan 2021 12:01:36 +0200 Subject: [PATCH] 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. --- Build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.43.0