Skip to content

Commit 05bf65d

Browse files
committed
Updating documentation and version numbers for equuleus-rc1+dev47
1 parent dc106bf commit 05bf65d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1+dev47
4+
- use virtual path as name for FS_BASED maps
5+
- POSIX implementation honors stack pointer
6+
- See <https://github.com/nasa/osal/pull/1448> and <https://github.com/nasa/osal/pull/1450>
7+
38
## Development Build: equuleus-rc1+dev41
49
- Remove unreachable branch (superfluous if condition)
510
- See <https://github.com/nasa/osal/pull/1368>

src/os/inc/osapi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 41
37+
#define OS_BUILD_NUMBER 47
3838
#define OS_BUILD_BASELINE "equuleus-rc1"
3939
#define OS_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
4040
#define OS_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)