From: Mikko Rasa Date: Mon, 21 Sep 2009 16:57:45 +0000 (+0000) Subject: Bump version to 1.1.1 X-Git-Tag: 1.1.1 X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=6386a0ddd60b3f8f4a634c1221f29e36922605c7 Bump version to 1.1.1 Update Build file for upcoming Builder release --- 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