From 10bfdc2975ab19bd3da9e7f1695f7d7220de3816 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 12 Feb 2004 23:29:48 +0000
Subject: [PATCH] Release 5.27 RELEASE_5_27

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1471 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/configure.in | 6 +++---
 sm5/do_release   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sm5/configure.in b/sm5/configure.in
index 3f057b808..354060184 100644
--- a/sm5/configure.in
+++ b/sm5/configure.in
@@ -1,5 +1,5 @@
 #
-# $Id: configure.in,v 1.53 2004/02/12 21:06:31 ballen4705 Exp $
+# $Id: configure.in,v 1.54 2004/02/12 23:29:48 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.27, 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.53 2004/02/12 21:06:31 ballen4705 Exp $'`
+smartmontools_cvs_tag=`echo '$Id: configure.in,v 1.54 2004/02/12 23:29:48 ballen4705 Exp $'`
 smartmontools_release_date=2004/02/12
-smartmontools_release_time="21:09:58 UTC"
+smartmontools_release_time="23:33:10 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])
diff --git a/sm5/do_release b/sm5/do_release
index 1fb2e2bc1..112647092 100755
--- a/sm5/do_release
+++ b/sm5/do_release
@@ -3,7 +3,7 @@
 # do a smartmontools release
 # (C) 2003-4 Bruce Allen <ballen4705@users.sourceforge.net>, 
 #          Guido Guenther <agx@sigxcpu.org>
-# $Id: do_release,v 1.25 2004/02/12 21:06:31 ballen4705 Exp $
+# $Id: do_release,v 1.26 2004/02/12 23:29:48 ballen4705 Exp $
 
 KEYID=0x9BB19A22
 
@@ -24,7 +24,7 @@ setup_cvs()
 
 get_release()
 {
-  VERSION=`grep 'AC_INIT' configure.in | awk -F= '{ print $2 }' | sed s/,//g`
+  VERSION=`grep 'AC_INIT' configure.in | awk '{ print $2 }' | sed s/,//g`
   RELEASE="RELEASE_${VERSION//\./_}"
   echo "Version: $VERSION"
   echo "Release: $RELEASE"
-- 
GitLab