File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*-----------------------------------------------------------------------------
2
- | Copyright (c) 2013-2020 , Nucleic Development Team.
2
+ | Copyright (c) 2013-2022 , Nucleic Development Team.
3
3
|
4
4
| Distributed under the terms of the Modified BSD License.
5
5
|
9
9
10
10
#define KIWI_MAJOR_VERSION 1
11
11
#define KIWI_MINOR_VERSION 4
12
- #define KIWI_MICRO_VERSION 0
13
- #define KIWI_VERSION_HEX 0x010400
14
- #define KIWI_VERSION "1.4.0 "
12
+ #define KIWI_MICRO_VERSION 2
13
+ #define KIWI_VERSION_HEX 0x010402
14
+ #define KIWI_VERSION "1.4.2 "
Original file line number Diff line number Diff line change 1
1
Kiwi Release Notes
2
2
==================
3
3
4
- Wrappers 1.4.4 | Solver 1.4.2 | unreleased
4
+ Wrappers 1.4.4 | Solver 1.4.2 | 15/07/2022
5
5
------------------------------------------
6
6
- fix timing in shared data release procedure PR #149
7
+ - revert use of nullpointer introduced in #142
8
+ Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
9
+ some platforms (see #144 ) PR #145
7
10
8
11
Wrappers 1.4.3 | Solver 1.4.1 | 13/06/2022
9
12
------------------------------------------
You can’t perform that action at this time.
0 commit comments