From 897a54941e0c597c2cc4e457ef6106ecf57ddc39 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 7 May 2007 12:51:50 +0000 Subject: [PATCH] fix e-mail address [r13684] --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index cc431514e..5abc16fde 100644 --- a/configure.in +++ b/configure.in @@ -2,17 +2,17 @@ dnl \ dnl Project: libFIRM dnl File name: configure.in dnl Purpose: -dnl Author: Till Riedel, Matthias Braun +dnl Author: Matthias Braun dnl CVS-ID: $Id$ dnl Copyright: (c) 2002-2007 University of Karlsruhe dnl Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. dnl AC_PREREQ([2.54]) AC_REVISION([$Id$]) -AC_INIT([libfirm],[1.3.0],[firm@info.uni-karlsruhe.de]) +AC_INIT([libfirm],[1.9.0],[firm@ipd.info.uni-karlsruhe.de]) dnl generate the config header file -AC_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER([config.h]) AH_TOP([]) -- 2.20.1