Skip to content

Commit

Permalink
Updated version and log of code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leanfrancucci committed Jun 25, 2021
1 parent 2af700f commit cbddba0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 3
VERSION_MINOR = 3
VERSION_MINOR = 4
PATCHLEVEL = 00
VERSION_TWEAK = 0
EXTRAVERSION =
15 changes: 13 additions & 2 deletions doc/chglog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@

\tableofcontents

\section rkhVer_3_4_00 Version 3.4.00
\releasedate 2021-21-06

\new
- 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.
- Fixed doxygen warnings.
- Added a tutorial to the reference manual that explains how to develop applications based on RKH using CMake.

\bugfix
- Fixed a critical error in rkh_trc_open() when using Linux platform.

\section rkhVer_3_3_00 Version 3.3.00
\releasedate 2021-19-02

Expand Down Expand Up @@ -64,7 +75,7 @@
- Enhanced README file

\warning
- 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
- 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

\section rkhVer_3_1_00 Version 3.1.00
\releasedate 2018-05-03
Expand Down Expand Up @@ -324,4 +335,4 @@
- Fixed VC08 project settings


*/
*/
4 changes: 2 additions & 2 deletions source/fwk/inc/rkhfwk_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ extern "C" {
* \note
* For more additional information please read https://semver.org/.
*
* \releasedate 03/20/2021
* \releasedate 06/25/2021
*/
#define RKH_VERSION_CODE 0x3300u
#define RKH_VERSION_CODE 0x3400u

/* ------------------------------- Data types ------------------------------ */
/* -------------------------- External variables --------------------------- */
Expand Down

0 comments on commit cbddba0

Please sign in to comment.