Skip to content
Snippets Groups Projects
Commit 10bfdc29 authored by ballen4705's avatar ballen4705
Browse files

Release 5.27 RELEASE_5_27

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1471 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 5b0335da
No related branches found
No related tags found
No related merge requests found
#
# $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])
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment