From 6386a0ddd60b3f8f4a634c1221f29e36922605c7 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 21 Sep 2009 16:57:45 +0000 Subject: [PATCH] Bump version to 1.1.1 Update Build file for upcoming Builder release --- Build | 20 ++++++++++++++------ Changelog.txt | 4 ++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Build b/Build index 2a45117..8b31630 100644 --- a/Build +++ b/Build @@ -2,22 +2,23 @@ package "mspdatafile" { - version "1.1"; + version "1.1.1"; description "Structured datafile library"; - - tar_file "Readme.txt"; - tar_file "License.txt"; - tar_file "Changelog.txt"; require "mspcore"; require "mspstrings"; require "mspio"; + headers "msp/datafile" + { + source "source"; + install true; + }; + library "mspdatafile" { source "source"; install true; - install_headers "msp/datafile"; }; program "mspdatatool" @@ -30,4 +31,11 @@ package "mspdatafile" library "mspdatafile"; }; }; + + tarball "@src" + { + source "Readme.txt"; + source "License.txt"; + source "Changelog.txt"; + }; }; diff --git a/Changelog.txt b/Changelog.txt index 6bb0896..c0a8236 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,7 @@ +1.1.1 +* Enhancements + - Use lexical_cast instead of istringstream + 1.1 * More Loader helpers * Add a compile mode to mspdatatool -- 2.43.0