Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.4.101 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <[email protected]>
  • Loading branch information
Liran Oz committed Feb 5, 2018
1 parent 3d96047 commit e918b38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.59)
#
define([vma_ver_major], 8)
define([vma_ver_minor], 4)
define([vma_ver_revision], 10)
define([vma_ver_revision], 101)
define([vma_ver_release], 0)

AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], [email protected])
Expand Down Expand Up @@ -43,7 +43,7 @@ VMA_LIBRARY_MINOR=4
AC_SUBST(VMA_LIBRARY_MINOR)

#VMA_LIBRARY_REVISION-vma_ver_revision
VMA_LIBRARY_REVISION=10
VMA_LIBRARY_REVISION=101
AC_SUBST(VMA_LIBRARY_REVISION)

#VMA_LIBRARY_RELEASE-vma_ver_release
Expand Down
6 changes: 6 additions & 0 deletions journal.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 8.4.101-0:
Date + Time 2018-02-05
=============================================================
Fixed:
- RM #1280902 Fix issues in tcp_split_segment function

Version 8.4.10-0:
Date + Time 2017-11-23
=============================================================
Expand Down

0 comments on commit e918b38

Please sign in to comment.