Skip to content

Commit 50486bf

Browse files
author
Christoph Ruecker
committed
[FEATURE] Prepare version 2.1.2
Change-Id: Ia264ce2e76e170c5aa377502a9b282858fa3a028 Signed-off-by: Christoph Ruecker <[email protected]>
1 parent 0b9ba90 commit 50486bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/Include/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const char kPathSeparator =
4646

4747
const char kVersionMajor = '2';
4848
const char kVersionMinor = '1';
49-
const char kVersionFix = '1';
49+
const char kVersionFix = '2';
5050
const std::string kReleaseType = "release";
5151

5252
#endif // CONSTANTS_H_

resources/doc/openconfigurator_core.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "openCONFIGURATOR core"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "2.1.1 release"
41+
PROJECT_NUMBER = "2.1.2 release"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)