From 7a7ee893b9ad33e24ba9d407daedf5b746bfeb14 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 16 Oct 2010 16:35:49 +0000
Subject: [PATCH] Release 5.40 RELEASE_5_40

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

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 11a78ee5c..bcbb1d5ce 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -43,6 +43,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
 
+smartmontools 5.40 2010-10-16
+
   [CF] examplescripts/Example3: Use stdin to pass message to 'wall'
        command (ticket #114).
 
diff --git a/smartmontools/NEWS b/smartmontools/NEWS
index 6eb20a1c2..5e25d87e3 100644
--- a/smartmontools/NEWS
+++ b/smartmontools/NEWS
@@ -5,7 +5,7 @@ $Id$
 The most up-to-date version of this file is:
 http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/NEWS?view=markup
 
-Date <Not released yet, please try current SVN>
+Date 2010-10-16
 Summary: smartmontools release 5.40
 -----------------------------------------------------------
 - Other config entries may precede smartd DEVICESCAN.
diff --git a/smartmontools/configure.in b/smartmontools/configure.in
index 87d643b71..c3254ac15 100644
--- a/smartmontools/configure.in
+++ b/smartmontools/configure.in
@@ -8,8 +8,8 @@ AC_CONFIG_SRCDIR(smartctl.cpp)
 
 smartmontools_configure_date=`date -u +'%Y-%m-%d %T %Z'`
 smartmontools_cvs_tag=`echo '$Id$'`
-smartmontools_release_date=2009-12-09
-smartmontools_release_time="21:00:32 UTC"
+smartmontools_release_date=2010-10-16
+smartmontools_release_time="16:34:38 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