diff --git a/xtrn/DDMsgReader/DDMsgReader.cfg b/xtrn/DDMsgReader/DDMsgReader.cfg
index 51a5c154f9bea8f362c3be4a8d7175b58ffc4292..ffb7e8cb3b622995dc37779697a81ac97eb00984 100644
--- a/xtrn/DDMsgReader/DDMsgReader.cfg
+++ b/xtrn/DDMsgReader/DDMsgReader.cfg
@@ -34,7 +34,7 @@ readingPostOnSubBoardInsteadOfGoToNext=false
 ; The filename (without the extension) and maximum number of lines to use for
 ; the header file to display above the message areas in the message chooser
 areaChooserHdrFilenameBase=areaChgHeader
-areaChooserHdrMaxLines=5
+areaChooserHdrMaxLines=6
 
 ; The theme file name (for colors, strings, etc.)
 themeFilename=DefaultTheme.cfg
\ No newline at end of file
diff --git a/xtrn/DDMsgReader/DDMsgReader.js b/xtrn/DDMsgReader/DDMsgReader.js
index 91b92a462ed9fe42a96127bf3e57d2f98bf05e02..70775bb9f4ea4366de6d2be985efa7c470f7a2e4 100644
--- a/xtrn/DDMsgReader/DDMsgReader.js
+++ b/xtrn/DDMsgReader/DDMsgReader.js
@@ -123,6 +123,8 @@
  *                              in a sub-board rather than going to the next sub-board.
  * 2016-02-06 Eric Oulashin     Started working on the ability to display a custom header
  *                              above the message area chooser lists.
+ * 2016-02-19 Eric Oulashin     Version 1.10
+ *                              Releasing this version.
  */
 
 /* Command-line arguments (in -arg=val format, or -arg format to enable an
@@ -214,8 +216,8 @@ if (system.version_num < 31500)
 }
 
 // Reader version information
-var READER_VERSION = "1.10 Beta 8";
-var READER_DATE = "2016-02-16";
+var READER_VERSION = "1.10";
+var READER_DATE = "2016-02-19";
 
 // Keyboard key codes for displaying on the screen
 var UP_ARROW = ascii(24);
diff --git a/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans b/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans
new file mode 100644
index 0000000000000000000000000000000000000000..32c4002d9601df30f923e966d373cc3e27763f7e
--- /dev/null
+++ b/xtrn/DDMsgReader/Enhanced header examples/enhMsgHeader-withoutTimeZone.ans	
@@ -0,0 +1,8 @@
+��� @GRP-L#########@ @SUB-L####################@�����������������������������Ŀ
+����Msg#: @MSG_NUM_AND_TOTAL-L###############################################@�
+����From: @MSG_FROM-L########################################################@�
+����To  : @MSG_TO-L##########################################################@�
+����Subj: @MSG_SUBJECT-L#####################################################@�
+����Date: @MSG_DATE-L########################################################@�
+����Attr: @MSG_ALLATTR-L#####################################################@�
+�������������������������������������������������������������������������������
diff --git a/xtrn/DDMsgReader/Read Me.txt b/xtrn/DDMsgReader/Read Me.txt
index 0133439ae24a5596c06b0b5fdf8bb1fea948cf96..1d6de80eb6ba114377242dd1ba27cdb911d2df3d 100644
--- a/xtrn/DDMsgReader/Read Me.txt	
+++ b/xtrn/DDMsgReader/Read Me.txt	
@@ -1,6 +1,6 @@
                       Digital Distortion Message Reader
                                  Version 1.10
-                           Release date: 2016-??-??
+                           Release date: 2016-02-19
 
                                      by
 
diff --git a/xtrn/DDMsgReader/Revision history.txt b/xtrn/DDMsgReader/Revision history.txt
index 9513bfcee7110719b8802266f18cdcc6cdf94245..62af2c2b388000e696b30a9081a0e62a22fb05cb 100644
--- a/xtrn/DDMsgReader/Revision history.txt	
+++ b/xtrn/DDMsgReader/Revision history.txt	
@@ -5,7 +5,7 @@ Revision History (change log)
 =============================
 Version  Date         Description
 -------  ----         -----------
-1.10     2016-??-??   Added a new configuration option,
+1.10     2016-02-19   Added a new configuration option,
                       readingPostOnSubBoardInsteadOfGoToNext, that affects what
                       happens after the user reads the last message on a
                       sub-board (for normal reading, not for newscans etc.): If