Skip to content

Commit 9e5f174

Browse files
committed
text updates for 2014.05.10 release after pull merge
1 parent 8be1aef commit 9e5f174

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

code/control_box/controlbox.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ void ControlBox::aboutCMST()
220220
"<center>Release date: %3"
221221
"<center>Copyright c %4\n<center>by\n"
222222
"<center>Andrew J. Bibb\n"
223-
"<center>Vermont, USA").arg(PROGRAM_NAME).arg(VERSION).arg(RELEASE_DATE).arg(COPYRIGHT_DATE) );
223+
"<center>Vermont, USA\n"
224+
"<br><center><b>Contributors:</b>\n"
225+
"<center>Brett Dutro").arg(PROGRAM_NAME).arg(VERSION).arg(RELEASE_DATE).arg(COPYRIGHT_DATE) );
224226
}
225227

226228
//

code/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ DEALINGS IN THE SOFTWARE.
3434

3535
///////////////////////////////// Program Values ///////////////////////
3636
// Program Info
37-
#define VERSION "14.04.06"
38-
#define RELEASE_DATE "29 March 2014"
37+
#define VERSION "14.05.10"
38+
#define RELEASE_DATE "10 May 2014"
3939
#define COPYRIGHT_DATE "2013-2014"
4040

4141
// Program Values

text/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<b><center>Connman System Tray (CMST)</center></b>
22
<b><center>Change Log</center></b>
33
<br>
4-
<br><b>In Progress</b>
4+
<br><b>2014.05.10</b>
55
<ul>
6+
<li>Left mouse click in system tray will toggle the interface up and down (coded by: Brett Dutro)
67
<li>Option to use system icon theme if available</li>
78
<li>Added MoveBefore and MoveAfter buttons to services on first page</li>
89
</ul>

0 commit comments

Comments
 (0)