Skip to content

Commit 72d0c84

Browse files
committed
Update for MQ 934
1 parent 93f51f4 commit 72d0c84

19 files changed

+59
-16
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
History (newest at top)
33
=======================
44

5-
Sep 2023 (v5.4.4)
5+
Oct 2023 (v5.4.4)
66
* Try to recognise some input file corruption and cleanly exit
7+
* Update for MQ V9.3.4 (no changes to SMF records)
78

89
Jun 2023 (v5.4.3)
910
* Update for MQ V9.3.3

bin/aix/convH

0 Bytes
Binary file not shown.

bin/aix/mqsmfcsv

2.43 KB
Binary file not shown.

bin/linux/convH

-1.47 KB
Binary file not shown.

bin/linux/mqsmfcsv

2.63 KB
Binary file not shown.

bin/win/convH.exe

0 Bytes
Binary file not shown.

bin/win/mqsmfcsv.exe

1 KB
Binary file not shown.

src/M

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plat=`uname`
44

55
if [ -z "$VERS" ]
66
then
7-
VERS="933"
7+
VERS="934"
88
fi
99

1010
if [ "$plat" = "AIX" ]

src/Makefile.gcc.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC=i686-w64-mingw32-gcc
33
# CFLAGS= -I. -m32 -fpack-struct=8 -DPLATFORM_WINDOWS
44
CFLAGS= -I. -m32 -DPLATFORM_WINDOWS
55
PLATFLAGS=
6-
VERS=933
6+
VERS=934
77
SRC = mqsmf.c \
88
smfDDL.c \
99
smfDate.c \

src/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CFLAGS=-nologo /D_CRT_SECURE_NO_WARNINGS /Zp1 /J /O2 /DPLATFORM_WINDOWS
2-
VERS=933
2+
VERS=934
33
SRC = mqsmf.c \
44
smfDDL.c \
55
smfDate.c \

0 commit comments

Comments
 (0)