From 01aab93a5448537960eede35ca9ec45027ee5d87 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 4 May 2004 21:55:23 +0000 Subject: [PATCH] Release 5.31 RELEASE_5_31 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1710 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sm5/configure.in b/sm5/configure.in index 0d8b4e4e8..ee1e0a0e4 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.79 2004/05/04 21:52:19 ballen4705 Exp $ +# $Id: configure.in,v 1.80 2004/05/04 21:55:23 ballen4705 Exp $ # dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) @@ -7,9 +7,9 @@ AC_INIT(smartmontools, 5.31, smartmontools-support@lists.sourceforge.net) AC_CONFIG_SRCDIR(smartctl.c) smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"` -smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.79 2004/05/04 21:52:19 ballen4705 Exp $'` +smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.80 2004/05/04 21:55:23 ballen4705 Exp $'` smartmontools_release_date=2004/05/04 -smartmontools_release_time="21:51:58 UTC" +smartmontools_release_time="21:55:04 UTC" AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_ARGS, "$ac_configure_args", [smartmontools Configure Arguments]) AC_DEFINE_UNQUOTED(SMARTMONTOOLS_CONFIGURE_DATE, "$smartmontools_configure_date", [smartmontools Configure Date]) -- GitLab