]> git.tdb.fi Git - builder.git/commitdiff
Bump version to 1.0
authorMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 18:57:29 +0000 (18:57 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 21 Sep 2009 18:57:29 +0000 (18:57 +0000)
Output version with help message

Build
Changelog.txt [new file with mode: 0644]
Readme.txt
source/builder.cpp

diff --git a/Build b/Build
index e05782564d7427d9348b6edd02216e5b76e6fc45..c2548aa62f02f3dab6ffac65055319e1356399ad 100644 (file)
--- a/Build
+++ b/Build
@@ -2,7 +2,7 @@
 
 package "builder"
 {
-       version "0.9";
+       version "1.0";
        description "Mikkosoft Productions software builder";
 
        require "mspcore";
diff --git a/Changelog.txt b/Changelog.txt
new file mode 100644 (file)
index 0000000..64fd4fb
--- /dev/null
@@ -0,0 +1,14 @@
+1.0
+* Tarball component allows custom tarballs (tar_file statement is deprecated)
+* Unified header installation (install_headers statement is deprecated)
+* Datafile component
+* Install component allows installing any files
+* Improvements all around
+* Use new facilities from underlying libraries
+* Internal refactoring
+* Various bugfixes
+
+0.9
+* First released version
+
+($Id$)
index aa937d1b187a5b4f3f364c04ca2372af3e3dac2d..a25505bb89d950ff2dc66bbffd0f475fdc804c41 100644 (file)
@@ -1,4 +1,6 @@
-Builder 0.9 Readme
+Builder
+Copyright © 2006-2009 Mikkosoft Productions
+Version 1.0 readme
 
 
 1. Description
index 3a9f3d40eea213f64bb2ecb04c7ab1e21d8514f7..ce82ba33351f191f1055eae0a053c915247a2053 100644 (file)
@@ -503,6 +503,7 @@ void Builder::usage(const char *reason, const char *argv0, bool brief)
                IO::print(IO::cerr, "Usage: %s\n", usagemsg);
        else
        {
+               IO::print(IO::cerr, "Builder 1.0\n\n");
                IO::print(IO::cerr, "Usage: %s [options] [<target> ...]\n\n", argv0);
                IO::print(IO::cerr, "Options:\n");
                IO::print(IO::cerr, helpmsg);