diff --git a/README.md b/README.md index fbff342..ec95bc4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ To change the list of packets that sch_lab sends out, edit the schedule table lo fsw/platform_inc/sch_lab_sched_tab.h ## Version Notes +- 2.3.5: DEVELOPMENT + - Improved table handling + - sch_lab now builds on Raspbian OS + - Minor updates (see https://github.com/nasa/sch_lab/pull/36) - 2.3.4: DEVELOPMENT - Fix for clean build with OMIT_DEPRECATED - Minor updates (see https://github.com/nasa/sch_lab/pull/35) diff --git a/fsw/src/sch_lab_version.h b/fsw/src/sch_lab_version.h index 0d02296..648ae52 100644 --- a/fsw/src/sch_lab_version.h +++ b/fsw/src/sch_lab_version.h @@ -32,7 +32,7 @@ #define SCH_LAB_MAJOR_VERSION 2 #define SCH_LAB_MINOR_VERSION 3 -#define SCH_LAB_REVISION 4 +#define SCH_LAB_REVISION 5 #define SCH_LAB_MISSION_REV 0