-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: 321712 ****************** VMA 7.0.5 *******************
Change-Id: If071ca7fec1856dffff828a4ad083ba2c77a6f7b Signed-off-by: Or Kehati <[email protected]>
- Loading branch information
1 parent
8fbb9f4
commit 55b0c36
Showing
3 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ AC_PREREQ(2.59) | |
# | ||
define([vma_ver_major], 7) | ||
define([vma_ver_minor], 0) | ||
define([vma_ver_revision], 4) | ||
define([vma_ver_revision], 5) | ||
define([vma_ver_release], 0) | ||
|
||
AC_INIT(libvma, [vma_ver_major.vma_ver_minor.vma_ver_revision], [email protected]) | ||
|
@@ -38,7 +38,7 @@ VMA_LIBRARY_MINOR=0 | |
AC_SUBST(VMA_LIBRARY_MINOR) | ||
|
||
#VMA_LIBRARY_REVISION-vma_ver_revision | ||
VMA_LIBRARY_REVISION=4 | ||
VMA_LIBRARY_REVISION=5 | ||
AC_SUBST(VMA_LIBRARY_REVISION) | ||
|
||
#VMA_LIBRARY_RELEASE-vma_ver_release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters