Skip to content

Commit 80e866a

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-i686-jansson (2.14-2 -> 2.14.1-1) mingw-w64-i686-python (3.12.9-3 -> 3.12.9-4) mingw-w64-i686-tzdata (2025a-1 -> 2025b-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent dde2975 commit 80e866a

File tree

124 files changed

+72
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+72
-40
lines changed

etc/rebase.db.i386

0 Bytes
Binary file not shown.

mingw32/bin/libjansson-4.dll

78 KB
Binary file not shown.

mingw32/bin/libpython3.12.dll

512 Bytes
Binary file not shown.

mingw32/bin/libpython3.dll

-512 Bytes
Binary file not shown.

mingw32/bin/python.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.12.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3w.exe

0 Bytes
Binary file not shown.

mingw32/bin/pythonw.exe

0 Bytes
Binary file not shown.

mingw32/include/jansson.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ extern "C" {
2222

2323
#define JANSSON_MAJOR_VERSION 2
2424
#define JANSSON_MINOR_VERSION 14
25-
#define JANSSON_MICRO_VERSION 0
25+
#define JANSSON_MICRO_VERSION 1
2626

2727
/* Micro version is omitted if it's 0 */
28-
#define JANSSON_VERSION "2.14"
28+
#define JANSSON_VERSION "2.14.1"
2929

3030
/* Version as a 3-byte hex number, e.g. 0x010201 == 1.2.1. Use this
3131
for numeric comparisons, e.g. #if JANSSON_VERSION_HEX >= ... */

0 commit comments

Comments
 (0)