From d1f0e73ec7665901dd6146045ce80d820a891fdf Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 1 Apr 2009 23:56:50 +0200 Subject: [PATCH] ugh, update configure.ac for 20090401 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 25a0131..9516e37 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(hdapsd, 20090129, hdaps-devel@lists.sourceforge.net) +AC_INIT(hdapsd, 20090401, hdaps-devel@lists.sourceforge.net) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/hdapsd.c]) AC_CONFIG_HEADERS([src/config.h])