File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
4
4
#
5
5
define ( [ vma_ver_major] , 8 )
6
6
define ( [ vma_ver_minor] , 4 )
7
- define ( [ vma_ver_revision] , 2 )
7
+ define ( [ vma_ver_revision] , 3 )
8
8
define ( [ vma_ver_release] , 0 )
9
9
10
10
AC_INIT ( libvma ,
[ vma_ver_major.vma_ver_minor.vma_ver_revision] ,
[email protected] )
@@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=4
43
43
AC_SUBST ( VMA_LIBRARY_MINOR )
44
44
45
45
# VMA_LIBRARY_REVISION-vma_ver_revision
46
- VMA_LIBRARY_REVISION=2
46
+ VMA_LIBRARY_REVISION=3
47
47
AC_SUBST ( VMA_LIBRARY_REVISION )
48
48
49
49
# VMA_LIBRARY_RELEASE-vma_ver_release
Original file line number Diff line number Diff line change
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
+
1
7
Version 8.4.2-0:
2
8
Date + Time 2017-08-08
3
9
=============================================================
You can’t perform that action at this time.
0 commit comments