From 38b882840f0857a93ca3d38d5202ec2a4543316e Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 26 Feb 2008 14:16:59 +0000 Subject: [PATCH] Release 5.38 RELEASE_5_38 git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2463 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 2eda1cdb4..db3d4f5f4 100644 --- a/sm5/configure.in +++ b/sm5/configure.in @@ -1,5 +1,5 @@ # -# $Id: configure.in,v 1.131 2008/02/26 13:47:58 guidog Exp $ +# $Id: configure.in,v 1.132 2008/02/26 14:16:59 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.38, smartmontools-support@lists.sourceforge.net) AC_CONFIG_SRCDIR(smartctl.cpp) smartmontools_configure_date=`date -u +"%Y/%m/%d %T %Z"` -smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.131 2008/02/26 13:47:58 guidog Exp $'` -smartmontools_release_date=2008/02/24 -smartmontools_release_time="20:16:09 GMT" +smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.132 2008/02/26 14:16:59 ballen4705 Exp $'` +smartmontools_release_date=2008/02/26 +smartmontools_release_time="14:16:42 GMT" 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