Skip to content

Commit f89f6b8

Browse files
committed
Prepare release of version 1.5.3.
1 parent d622b7d commit f89f6b8

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 1.5.3 - DD/MM/YYYY
1+
Version 1.5.3 - 09/01/2018
22

33
- Project published on GitHub.
44

help/ANSI/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft DateTimeControls"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.2.136
26+
PROJECT_NUMBER = 1.5.3.137
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/res/resource.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
#define VERSION_MAJOR 1
1010
#define VERSION_MINOR 5
11-
#define VERSION_REVISION1 2
11+
#define VERSION_REVISION1 3
1212
#define VERSION_REVISION2 0
13-
#define VERSION_BUILD 136
14-
#define STRFILEVERSION "1.5.2.136"
13+
#define VERSION_BUILD 137
14+
#define STRFILEVERSION "1.5.3.137"
1515
#define STRPRODUCTVERSION "1.5"
16-
#define STRTIMESTAMP "2018/01/09 20:38:29"
16+
#define STRTIMESTAMP "2018/01/09 20:58:38"
1717

1818
#define IDB_CALENDAR 1
1919
#define IDB_DATETIMEPICKER 2

0 commit comments

Comments
 (0)