]> git.tdb.fi Git - builder.git/commitdiff
Bump version to 3.0 and update copyright years
authorMikko Rasa <tdb@tdb.fi>
Wed, 21 Dec 2022 10:55:03 +0000 (12:55 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 21 Dec 2022 11:59:40 +0000 (13:59 +0200)
I've done some modernization of the code and am about to make the program
modular, so a version bump is warranted.

Build
Readme.txt
source/buildercli.cpp

diff --git a/Build b/Build
index ea1331158493a52c9c637c296d6199d5ebadc157..28ab0e2d40263be12a2f3a4719006010535a6f2a 100644 (file)
--- a/Build
+++ b/Build
@@ -1,6 +1,6 @@
 package "builder"
 {
-       version "2.0";
+       version "3.0";
        description "Mikkosoft Productions software builder";
 
        require "mspcore";
index 16def7c04c0f1062ac0892cd3085fc5c5d2fbb57..609bf7dadbadc0e076dfef953228d8bfc1d76642 100644 (file)
@@ -1,6 +1,6 @@
 Builder
-Copyright © 2006-2012 Mikkosoft Productions
-Version 2.0 readme
+Copyright © 2006-2022 Mikkosoft Productions
+Version 3.0 readme
 
 -------------------------------------------------------------------------------
 
@@ -39,7 +39,7 @@ downloaded the source and don't yet have a Builder binary.  To resolve the
 problem, there's a script called bootstrap.sh in the Builder main directory.
 Before running it, make sure you have the following libraries available:
 
-MSP libraries: core datafile
+MSP libraries: core crypto datafile
 
 Others: sigc++-2.0
 
@@ -516,7 +516,7 @@ Read-only git access is available at git://git.tdb.fi/builder
 
 13. License
 
-Builder is copyright © 2006-2012  Mikko Rasa, Mikkosoft Productions
+Builder is copyright © 2006-2022  Mikko Rasa, Mikkosoft Productions
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 41a2429a48aba8307c00553bb45583c183134e7c..688a1db1b2df5a898cc1b62262e68e982bdc231d 100644 (file)
@@ -195,8 +195,8 @@ int BuilderCLI::main()
 
        if(help)
        {
-               IO::print("Builder 1.0\n"
-                       "Copyright © 2006-2013  Mikkosoft Productions, Mikko Rasa\n"
+               IO::print("Builder 3.0\n"
+                       "Copyright © 2006-2022  Mikkosoft Productions, Mikko Rasa\n"
                        "Licensed under the GPL\n\n"
                        "%s", helpmsg);
                package_help();