diff options
-rw-r--r-- | BOOTSTRAP-MACOSX.cli | 2 | ||||
-rw-r--r-- | BOOTSTRAP-MINGW.cli | 2 | ||||
-rw-r--r-- | BOOTSTRAP-MSVC.cli | 2 | ||||
-rw-r--r-- | BOOTSTRAP-UNIX.cli | 2 | ||||
-rw-r--r-- | BOOTSTRAP-WINDOWS.cli | 2 | ||||
-rw-r--r-- | INSTALL.cli | 2 | ||||
-rw-r--r-- | UPGRADE.cli | 2 | ||||
-rw-r--r-- | build-mingw.bat | 2 | ||||
-rw-r--r-- | build-msvc.bat | 2 | ||||
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | build/root.build | 2 | ||||
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | doc/buildfile | 2 | ||||
-rwxr-xr-x | doc/cli.sh | 4 | ||||
-rw-r--r-- | doc/install.cli | 2 | ||||
-rw-r--r-- | doc/intro.cli | 2 |
17 files changed, 18 insertions, 18 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli index 46c6f46..efba245 100644 --- a/BOOTSTRAP-MACOSX.cli +++ b/BOOTSTRAP-MACOSX.cli @@ -1,5 +1,5 @@ // file : BOOTSTRAP-MACOSX.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli index 6e9599c..8495dc7 100644 --- a/BOOTSTRAP-MINGW.cli +++ b/BOOTSTRAP-MINGW.cli @@ -1,5 +1,5 @@ // file : BOOTSTRAP-MINGW.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli index 56f6185..e30b003 100644 --- a/BOOTSTRAP-MSVC.cli +++ b/BOOTSTRAP-MSVC.cli @@ -1,5 +1,5 @@ // file : BOOTSTRAP-MSVC.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index 39f7a5b..9989284 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -1,5 +1,5 @@ // file : BOOTSTRAP-UNIX.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli index a45f867..59cf1f6 100644 --- a/BOOTSTRAP-WINDOWS.cli +++ b/BOOTSTRAP-WINDOWS.cli @@ -1,5 +1,5 @@ // file : BOOTSTRAP-WINDOWS.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/INSTALL.cli b/INSTALL.cli index 9f355cb..c62a3b5 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -1,5 +1,5 @@ // file : INSTALL.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/UPGRADE.cli b/UPGRADE.cli index bcbb873..bdaa319 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -1,5 +1,5 @@ // file : UPGRADE.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file " diff --git a/build-mingw.bat b/build-mingw.bat index 9f612dc..45d5062 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -1,7 +1,7 @@ @echo off rem file : build-mingw.bat -rem copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd rem license : MIT; see accompanying LICENSE file setlocal EnableDelayedExpansion diff --git a/build-msvc.bat b/build-msvc.bat index ed560b2..0c461c7 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -1,7 +1,7 @@ @echo off rem file : build-msvc.bat -rem copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd rem license : MIT; see accompanying LICENSE file setlocal EnableDelayedExpansion @@ -1,7 +1,7 @@ #!/bin/sh # file : build.sh -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file usage="Usage: $0 [-h|--help] [<options>] <cxx>" diff --git a/build/bootstrap.build b/build/bootstrap.build index 46cf8e3..8eb2b6a 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = build2-toolchain diff --git a/build/root.build b/build/root.build index b21d615..fe847ca 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Load common modules that are used by subproject so that they use common @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ diff --git a/doc/buildfile b/doc/buildfile index 6914d41..8737908 100644 --- a/doc/buildfile +++ b/doc/buildfile @@ -1,5 +1,5 @@ # file : doc/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file define css: file @@ -1,7 +1,7 @@ #! /usr/bin/env bash -version="0.4.0" -date="September 2016" +version="0.5.0" +date="January 2017" trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/doc/install.cli b/doc/install.cli index f8042f7..0f4a1d4 100644 --- a/doc/install.cli +++ b/doc/install.cli @@ -1,5 +1,5 @@ // file : doc/install.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file "\name=build2-toolchain-install" diff --git a/doc/intro.cli b/doc/intro.cli index ed80240..a353f6c 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -1,5 +1,5 @@ // file : doc/intro.cli -// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file "\name=build2-toolchain-intro" |