Skip to content

Commit

Permalink
Increase version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-stepanov committed Jul 3, 2021
1 parent d166f1b commit 9a6d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// System version
// Format is x.xx.xx (major.minor.maintenance). E.g., 20001 means 2.0.1
#define DS_SYSTEM_VERSION 10102U // 1.1.2
#define DS_SYSTEM_VERSION 10103U // 1.1.3

// Consistency checks. Policy: whenever one capability requires another, issue a warning and enable. Whenever one capability extends another, enable without a warning
#if defined(DS_CAP_SYS_LOG_HW) && !defined(DS_CAP_SYS_LOG)
Expand Down

0 comments on commit 9a6d764

Please sign in to comment.