Skip to content

Commit cbddba0

Browse files
committed
Updated version and log of code changes
1 parent 2af700f commit cbddba0

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_MAJOR = 3
2-
VERSION_MINOR = 3
2+
VERSION_MINOR = 4
33
PATCHLEVEL = 00
44
VERSION_TWEAK = 0
55
EXTRAVERSION =

doc/chglog.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33

44
\tableofcontents
55

6+
\section rkhVer_3_4_00 Version 3.4.00
7+
\releasedate 2021-21-06
8+
9+
\new
10+
- The RKH framework incorporates CMake as a tool for managing the building of the source code project. The RKH CMake project is intended for two purposes, to develop new services, features and examples of RKH, and to create reactive applications based on it.
11+
- Fixed doxygen warnings.
12+
- Added a tutorial to the reference manual that explains how to develop applications based on RKH using CMake.
13+
14+
\bugfix
15+
- Fixed a critical error in rkh_trc_open() when using Linux platform.
16+
617
\section rkhVer_3_3_00 Version 3.3.00
718
\releasedate 2021-19-02
819

@@ -64,7 +75,7 @@
6475
- Enhanced README file
6576

6677
\warning
67-
- From this version, you must include the files rkhfwk_rdygrp.h and rkhfwk_rdygrp.c located in \<rkh\>/source/fwk/inc and \<rkh\>/source/fwk/src respectively, to maintain the backward-compatiblity with the existing application projects
78+
- From this version, you must include the files rkhfwk_rdygrp.h and rkhfwk_rdygrp.c located in rkh/source/fwk/inc and rkh/source/fwk/src respectively, to maintain the backward-compatiblity with the existing application projects
6879

6980
\section rkhVer_3_1_00 Version 3.1.00
7081
\releasedate 2018-05-03
@@ -324,4 +335,4 @@
324335
- Fixed VC08 project settings
325336

326337

327-
*/
338+
*/

source/fwk/inc/rkhfwk_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ extern "C" {
7676
* \note
7777
* For more additional information please read https://semver.org/.
7878
*
79-
* \releasedate 03/20/2021
79+
* \releasedate 06/25/2021
8080
*/
81-
#define RKH_VERSION_CODE 0x3300u
81+
#define RKH_VERSION_CODE 0x3400u
8282

8383
/* ------------------------------- Data types ------------------------------ */
8484
/* -------------------------- External variables --------------------------- */

0 commit comments

Comments
 (0)