Skip to content

Commit 55205ce

Browse files
cut release 1.4.4 of the bindings and 1.4.2 of the solver
1 parent c782d1d commit 55205ce

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

kiwi/version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-----------------------------------------------------------------------------
2-
| Copyright (c) 2013-2020, Nucleic Development Team.
2+
| Copyright (c) 2013-2022, Nucleic Development Team.
33
|
44
| Distributed under the terms of the Modified BSD License.
55
|
@@ -9,6 +9,6 @@
99

1010
#define KIWI_MAJOR_VERSION 1
1111
#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"

releasenotes.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Kiwi Release Notes
22
==================
33

4-
Wrappers 1.4.4 | Solver 1.4.2 | unreleased
4+
Wrappers 1.4.4 | Solver 1.4.2 | 15/07/2022
55
------------------------------------------
66
- 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
710

811
Wrappers 1.4.3 | Solver 1.4.1 | 13/06/2022
912
------------------------------------------

0 commit comments

Comments
 (0)