version.h (8c48f4c5377ddc3dc55388f181f23111145f7099) | version.h (76238846ad3e9e271a3d1f792f72beab727fd153) |
---|---|
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.5.0 | 40#define VERSION 6.6.0 |
41 42#endif // BC_VERSION_H | 41 42#endif // BC_VERSION_H |