mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 20:52:13 +00:00
17 lines
422 B
C
17 lines
422 B
C
/*
|
|
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
|
|
*
|
|
* This file is part of Jam - see jam.c for Copyright information.
|
|
*/
|
|
/*
|
|
This file is ALSO:
|
|
Copyright 2018-2019 Rene Rivera
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
*/
|
|
|
|
|
|
#define VERSION_MAJOR 4
|
|
#define VERSION_MINOR 4
|
|
#define VERSION_PATCH 1
|