From 47055434849845896251ebbca9c36d220e0d6ae4 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 7 Oct 2009 17:55:07 +0000 Subject: [PATCH] Bump version to 1.1 Update Build file for builder 1.0 --- Build | 18 +++++++++++++----- Changelog.txt | 5 +++++ 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Build b/Build index 655d3c1..8413be4 100644 --- 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"; + }; }; diff --git a/Changelog.txt b/Changelog.txt index 2866c20..4947ba9 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 -- 2.43.0