Skip to content

Commit b2ce721

Browse files
author
Ilan Smith
committed
issue: 321712 ****************** VMA 8.4.3 *******************
Signed-off-by: Ilan Smith <[email protected]>
1 parent 24d7239 commit b2ce721

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44
#
55
define([vma_ver_major], 8)
66
define([vma_ver_minor], 4)
7-
define([vma_ver_revision], 2)
7+
define([vma_ver_revision], 3)
88
define([vma_ver_release], 0)
99

1010
AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], [email protected])
@@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=4
4343
AC_SUBST(VMA_LIBRARY_MINOR)
4444

4545
#VMA_LIBRARY_REVISION-vma_ver_revision
46-
VMA_LIBRARY_REVISION=2
46+
VMA_LIBRARY_REVISION=3
4747
AC_SUBST(VMA_LIBRARY_REVISION)
4848

4949
#VMA_LIBRARY_RELEASE-vma_ver_release

journal.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 8.4.3-0:
2+
Date + Time 2017-08-14
3+
=============================================================
4+
Fixed:
5+
- RM #1115999 Fix DUMMY_SEND packets in new PostSend PRM
6+
17
Version 8.4.2-0:
28
Date + Time 2017-08-08
39
=============================================================

0 commit comments

Comments
 (0)