From 45c8bb477fd477fa67d70372178b88d1cff3142b Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Sun, 7 Mar 2004 20:50:23 +0000 Subject: [PATCH] Release 5.30 RELEASE_5_30 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1572 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sm5/configure.in b/sm5/configure.in index f34673c3b..8dfe354e0 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.63 2004/03/06 22:08:00 ballen4705 Exp $ +# $Id: configure.in,v 1.64 2004/03/07 20:50: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.30, 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.63 2004/03/06 22:08:00 ballen4705 Exp $'` -smartmontools_release_date=2004/03/06 -smartmontools_release_time="22:15:06 UTC" +smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.64 2004/03/07 20:50:23 ballen4705 Exp $'` +smartmontools_release_date=2004/03/07 +smartmontools_release_time="20:57:36 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