]> git.tdb.fi Git - libs/datafile.git/commitdiff
Bump version to 1.1.1 1.1.1
authorMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 16:57:45 +0000 (16:57 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 16:57:45 +0000 (16:57 +0000)
Update Build file for upcoming Builder release

Build
Changelog.txt

diff --git a/Build b/Build
index 2a45117925a841a26a4f763ace607496472ac3ca..8b31630fcef10ade2475074938227d1dbc60d41b 100644 (file)
--- 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";
+       };
 };
index 6bb08962e64b6a7c7412dcf8af845ece418880e3..c0a8236b88dd8f7e983ab75131fea2d868b1feeb 100644 (file)
@@ -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