mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
-> 3.18.1 final
Now with __VALGRIND_MINOR__ set to 18 in include/valgrind.h
This commit is contained in:
parent
048e16ea5a
commit
42b08ed5bd
@ -8,7 +8,7 @@
|
||||
##------------------------------------------------------------##
|
||||
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT([Valgrind],[3.18.0],[valgrind-users@lists.sourceforge.net])
|
||||
AC_INIT([Valgrind],[3.18.1],[valgrind-users@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR(coregrind/m_main.c)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
|| (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6))
|
||||
*/
|
||||
#define __VALGRIND_MAJOR__ 3
|
||||
#define __VALGRIND_MINOR__ 17
|
||||
#define __VALGRIND_MINOR__ 18
|
||||
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user