]> git.tdb.fi Git - libs/gl.git/blobdiff - Build
Bump version to 1.1
[libs/gl.git] / Build
diff --git a/Build b/Build
index 46a9b2eb06c37da3bb1b34d0aab39d49d03d7895..7e98f4c724343e4cad002181e5f4ffcb4ae02976 100644 (file)
--- a/Build
+++ b/Build
@@ -2,19 +2,28 @@
 
 package "mspgl"
 {
-       version "0.9";
-       description "C++ wrappers for OpenGL";
-
-       tar_file "License.txt";
+       version "1.1";
+       description "Lightweight C++/OpenGL graphics engine";
 
        require "mspdatafile";
        require "mspgbase";
        require "opengl";
 
+       headers "msp/gl"
+       {
+               source "source";
+               install true;
+       };
+
        library "mspgl"
        {
                source "source";
                install true;
-               install_headers "msp/gl";
+       };
+
+       tarball "@src"
+       {
+               source "License.txt";
+               source "Changelog.txt";
        };
 };