version.h (f53b5fe7865f4e4240e40ba0f6345f81d337a823) | version.h (d101cdd6edd782f6ec56eef63ed91abd77a8b317) |
---|---|
1/* 2 * ***************************************************************************** 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 * | 1/* 2 * ***************************************************************************** 3 * 4 * SPDX-License-Identifier: BSD-2-Clause 5 * |
6 * Copyright (c) 2018-2021 Gavin D. Howard and contributors. | 6 * Copyright (c) 2018-2023 Gavin D. Howard and contributors. |
7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions are met: 10 * 11 * * Redistributions of source code must retain the above copyright notice, this 12 * list of conditions and the following disclaimer. 13 * 14 * * Redistributions in binary form must reproduce the above copyright notice, --- 17 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. | 7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions are met: 10 * 11 * * Redistributions of source code must retain the above copyright notice, this 12 * list of conditions and the following disclaimer. 13 * 14 * * Redistributions in binary form must reproduce the above copyright notice, --- 17 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 5.3.3 | 40#define VERSION 6.2.2 |
41 42#endif // BC_VERSION_H | 41 42#endif // BC_VERSION_H |