]> git.tdb.fi Git - libs/gltk.git/commitdiff
Bump version to 1.1 1.1
authorMikko Rasa <tdb@tdb.fi>
Wed, 7 Oct 2009 17:55:07 +0000 (17:55 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 7 Oct 2009 17:55:07 +0000 (17:55 +0000)
Update Build file for builder 1.0

Build
Changelog.txt

diff --git a/Build b/Build
index 655d3c156b70e55583b6fa0547e030ee36693dc5..8413be4c02467ee579bea2601ec2edb91218a376 100644 (file)
--- a/Build
+++ b/Build
@@ -2,21 +2,23 @@
 
 package "mspgltk"
 {
-       version "1.0";
+       version "1.1";
        description "OpenGL-based widget toolkit";
 
-       tar_file "License.txt";
-       tar_file "Changelog.txt";
-
        require "mspgl";
        require "mspgbase";
        require "mspfs";
 
+       headers "msp/gltk"
+       {
+               source "source";
+               install true;
+       };
+
        library "mspgltk"
        {
                source "source";
                install true;
-               install_headers "msp/gltk";
        };
 
        program "helloworld"
@@ -27,4 +29,10 @@ package "mspgltk"
                        library "mspgltk";
                };
        };
+
+       tarball "@src"
+       {
+               source "License.txt";
+               source "Changelog.txt";
+       };
 };
index 2866c206765f10c0ed6a1ff414e93b891ee2651f..4947ba904389a2a8841a9e43ab4631267ceddcbf 100644 (file)
@@ -1,3 +1,8 @@
+1.1
+* Icon support in Button
+* Tooltip support
+* Some internal enhancements
+
 1.0
 * Support for exclusive toggles (i.e. option buttons)
 * Add a hello world example