1 /* 2 * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. 3 * 4 * This file is part of Jam - see jam.c for Copyright information. 5 */ 6 /* 7 This file is ALSO: 8 Copyright 2018-2019 Rene Rivera 9 Distributed under the Boost Software License, Version 1.0. 10 (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 11 */ 12 13 14 #define VERSION_MAJOR 4 15 #define VERSION_MINOR 3 16 #define VERSION_PATCH 0 17