]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change master version number to 1.9.1.
authorJulian Seward <jseward@acm.org>
Wed, 13 Nov 2002 21:35:53 +0000 (21:35 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 13 Nov 2002 21:35:53 +0000 (21:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1293

configure.in

index 798ca2388cb0140001bcca68b2bb6b9ac0ac0fa1..8657c4fe3d71d10633920c2b2bc96ae019a631bb 100644 (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