diff --git a/Doc/SIO+CTC Baud Rate Options.pdf b/Doc/SIO+CTC Baud Rate Options.pdf index 923e6b48..781a29af 100644 Binary files a/Doc/SIO+CTC Baud Rate Options.pdf and b/Doc/SIO+CTC Baud Rate Options.pdf differ diff --git a/Source/Doc/SIO+CTC Baud Rate Options.xlsx b/Source/Doc/SIO+CTC Baud Rate Options.xlsx index 632283c5..c2693ba6 100644 Binary files a/Source/Doc/SIO+CTC Baud Rate Options.xlsx and b/Source/Doc/SIO+CTC Baud Rate Options.xlsx differ diff --git a/Source/Doc/UART Baud Rate Options.xlsx b/Source/Doc/UART Baud Rate Options.xlsx index e3958ac0..0a422a9e 100644 Binary files a/Source/Doc/UART Baud Rate Options.xlsx and b/Source/Doc/UART Baud Rate Options.xlsx differ diff --git a/Source/ver.inc b/Source/ver.inc index c2fec376..b946bd33 100644 --- a/Source/ver.inc +++ b/Source/ver.inc @@ -2,7 +2,7 @@ #DEFINE RMN 2 #DEFINE RUP 0 #DEFINE RTP 0 -#DEFINE BIOSVER "3.2.0-rc.3" +#DEFINE BIOSVER "3.2.0-rc.5" #define rmj RMJ #define rmn RMN #define rup RUP diff --git a/Source/ver.lib b/Source/ver.lib index 6f52f26d..cfad43c7 100644 --- a/Source/ver.lib +++ b/Source/ver.lib @@ -3,5 +3,5 @@ rmn equ 2 rup equ 0 rtp equ 0 biosver macro - db "3.2.0-rc.3" + db "3.2.0-rc.5" endm