version.h (e6857bd4d7b4bf39ea32b9dcd34f8371164c356e) | version.h (f4fbc49d201f81c481a33fac6ba28e19faf96260) |
---|---|
1/* 2 * ***************************************************************************** 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 * 6 * Copyright (c) 2018-2023 Gavin D. Howard and contributors. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 23 unchanged lines hidden (view full) --- 32 * The version of bc. 33 * 34 */ 35 36#ifndef BC_VERSION_H 37#define BC_VERSION_H 38 39/// The current version. | 1/* 2 * ***************************************************************************** 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 * 6 * Copyright (c) 2018-2023 Gavin D. Howard and contributors. 7 * 8 * Redistribution and use in source and binary forms, with or without --- 23 unchanged lines hidden (view full) --- 32 * The version of bc. 33 * 34 */ 35 36#ifndef BC_VERSION_H 37#define BC_VERSION_H 38 39/// The current version. |
40#define VERSION 6.7.4 | 40#define VERSION 6.7.5 |
41 42#endif // BC_VERSION_H | 41 42#endif // BC_VERSION_H |