From: Mikko Rasa Date: Wed, 21 Dec 2022 10:55:03 +0000 (+0200) Subject: Bump version to 3.0 and update copyright years X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=6b84e1f5673888753cbe566c1365222ed33fd3ac Bump version to 3.0 and update copyright years I've done some modernization of the code and am about to make the program modular, so a version bump is warranted. --- diff --git a/Build b/Build index ea13311..28ab0e2 100644 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ package "builder" { - version "2.0"; + version "3.0"; description "Mikkosoft Productions software builder"; require "mspcore"; diff --git a/Readme.txt b/Readme.txt index 16def7c..609bf7d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -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 diff --git a/source/buildercli.cpp b/source/buildercli.cpp index 41a2429..688a1db 100644 --- a/source/buildercli.cpp +++ b/source/buildercli.cpp @@ -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();