Change master version number to 1.9.1.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1293
This commit is contained in:
Julian Seward 2002-11-13 21:35:53 +00:00
parent 5fd0ef7ca3
commit 9a4b34d8cb

View File

@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(coregrind/vg_clientmalloc.c) # give me a source file, any source file...
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(valgrind, 1.1.0)
AM_INIT_AUTOMAKE(valgrind, 1.9.1)
AM_MAINTAINER_MODE