diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index bab751f2ffa069a34addcc746273758830828833..b0d3fd88dc200b740353448a637e6f5e69ff678c 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.39.1 2010-01-28
+
   [CF] Linux: Fix spin-up of SATA drive if '-n standby' is used
        (ticket #37).  For some reason, this happens if the SCSI/SAT
        device is opened with O_RDWR instead of O_RDONLY.
diff --git a/smartmontools/NEWS b/smartmontools/NEWS
index ad720f2b533ff9e23f82fb1e3551b044f48e9044..ba50ef4c7dcca38a02cb29d2a64f17d904bbca3e 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-01-28
 Summary: smartmontools release 5.39.1
 -----------------------------------------------------------
 - Fix crash on kFreeBSD.
diff --git a/smartmontools/configure.in b/smartmontools/configure.in
index 5f39d236f796f9ecca14880a955938105338c66b..78e7b542791f09f21bc3b32ee1a9ef201f3eb8d7 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=2010-01-22
-smartmontools_release_time="21:40:54 UTC"
+smartmontools_release_date=2010-01-28
+smartmontools_release_time="20:46:44 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])