Skip to content

Commit

Permalink
Update revision for release
Browse files Browse the repository at this point in the history
  • Loading branch information
deadwood committed Nov 14, 2024
1 parent 7a6fbab commit 6d5b2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/all-runtime/axrt/startup/rt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define RT_STARTUP (6)
#define RT_ABI (4)
#define RT_VERSION (41)
#define RT_REVISION (11)
#define RT_REVISION (12)

#define RT_VER ((RT_STARTUP<<28)|(RT_ABI<<24)|(RT_VERSION<<8)|(RT_REVISION<<0))

Expand Down

0 comments on commit 6d5b2eb

Please sign in to comment.