diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index 56b55893..67c5db63 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index f5303272..b60545b7 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Errata.pdf b/Doc/RomWBW Errata.pdf index 0658c65d..72a81260 100644 Binary files a/Doc/RomWBW Errata.pdf and b/Doc/RomWBW Errata.pdf differ diff --git a/Doc/RomWBW ROM Applications.pdf b/Doc/RomWBW ROM Applications.pdf index bb02b0b7..f6fe2a1a 100644 Binary files a/Doc/RomWBW ROM Applications.pdf and b/Doc/RomWBW ROM Applications.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index c9da43a7..9125b545 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index 7d985fa2..1f1ba8a9 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/ReadMe.md b/ReadMe.md index e48d2f84..102b2457 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -102,22 +102,22 @@ functionality. Complete instructions for installation and operation of RomWBW are found in the [RomWBW User -Guide](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20User%20Guide.pdf). +Guide](https://github.com/wwarthen/RomWBW/raw/Doc/RomWBW%20User%20Guide.pdf). ## Documentation Documentation for RomWBW includes: - [RomWBW User - Guide](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20User%20Guide.pdf) + Guide](https://github.com/wwarthen/RomWBW/raw/Doc/RomWBW%20User%20Guide.pdf) - [RomWBW System - Guide](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20System%20Guide.pdf) + Guide](https://github.com/wwarthen/RomWBW/raw/Doc/RomWBW%20System%20Guide.pdf) - [RomWBW - Applications](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20Applications.pdf) + Applications](https://github.com/wwarthen/RomWBW/raw/Doc/RomWBW%20Applications.pdf) - [RomWBW ROM - Applications](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20ROM%20Applications.pdf) + Applications](https://github.com/wwarthen/RomWBW/raw/Doc/RomWBW%20ROM%20Applications.pdf) - [RomWBW - Errata](https://github.com/wwarthen/RomWBW/raw/dev/Doc/RomWBW%20Errata.pdf) + Errata](https://github.com/wwarthen/RomWBW/raw/Doc/RomWBW%20Errata.pdf) # Acknowledgments diff --git a/Source/Doc/Basic.h b/Source/Doc/Basic.h index 8c415f6b..7431818c 100644 --- a/Source/Doc/Basic.h +++ b/Source/Doc/Basic.h @@ -1,6 +1,6 @@ $define{doc_ver}{Version 3.2}$ $define{doc_product}{RomWBW}$ -$define{doc_root}{https://github.com/wwarthen/RomWBW/raw/dev/Doc}$ +$define{doc_root}{https://github.com/wwarthen/RomWBW/raw/Doc}$ $ifndef{doc_title}$ $define{doc_title}{Document Title}$ $endif$ $ifndef{doc_author}$ $define{doc_author}{Wayne Warthen}$ $endif$ $define{doc_date}{$date{%d %b %Y}$}$ diff --git a/Source/ver.inc b/Source/ver.inc index b8a1489e..d09a3632 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.8" +#DEFINE BIOSVER "3.2.0" #define rmj RMJ #define rmn RMN #define rup RUP diff --git a/Source/ver.lib b/Source/ver.lib index f5695ec1..512020b6 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.8" + db "3.2.0" endm