Skip to content

Commit

Permalink
issue: 321712 ****************** VMA 8.5.4 *******************
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Oz <lirano@mellanox.com>
  • Loading branch information
liranoz12 authored Jan 28, 2018
1 parent 2c9a3a8 commit cda8da0
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 @@ -14,7 +14,7 @@ dnl===-----------------------------------------------------------------------===
#
define([vma_ver_major], 8)
define([vma_ver_minor], 5)
define([vma_ver_revision], 3)
define([vma_ver_revision], 4)
define([vma_ver_release], 0)


Expand All @@ -30,7 +30,7 @@ AC_CONFIG_HEADER([config.h])

VMA_LIBRARY_MAJOR=8
VMA_LIBRARY_MINOR=5
VMA_LIBRARY_REVISION=3
VMA_LIBRARY_REVISION=4
VMA_LIBRARY_RELEASE=0

AC_DEFINE_UNQUOTED(VMA_LIBRARY_MAJOR, ${VMA_LIBRARY_MAJOR}, [VMA Major Version])
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.5.4-0:
Date + Time 2018-01-28
=============================================================
Fixed:
- RM #1279344 Fix gcc7 format-truncation warning

Version 8.5.3-0:
Date + Time 2018-01-27
=============================================================
Expand Down

0 comments on commit cda8da0

Please sign in to comment.