Merge branch 'master' into aa4hs/update-cmake
commit
18f2bf607b
|
@ -581,7 +581,7 @@ FMA - Supports FMA extensions using YMM state</code></pre>
|
|||
<li>Build system:
|
||||
<ul>
|
||||
<li>Build Git version of Hamlib for Windows builds. (PR #261)</li>
|
||||
<li>Refactor CMakeList.txt using newer project format. (PR #268)</li>
|
||||
<li>Remove build date and time from libsox. (PR #267)</li>
|
||||
</ul></li>
|
||||
</ol>
|
||||
<h2 id="v1.8.2-july-2022"><span class="header-section-number">16.2</span> V1.8.2 July 2022</h2>
|
||||
|
|
|
@ -795,6 +795,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
|
|||
|
||||
1. Build system:
|
||||
* Build Git version of Hamlib for Windows builds. (PR #261)
|
||||
* Remove build date and time from libsox. (PR #267)
|
||||
* Refactor CMakeList.txt using newer project format. (PR #268)
|
||||
|
||||
## V1.8.2 July 2022
|
||||
|
|
BIN
USER_MANUAL.pdf
BIN
USER_MANUAL.pdf
Binary file not shown.
|
@ -66,7 +66,7 @@ sox_version_info_t const * sox_version_info(void)
|
|||
NULL,
|
||||
#endif
|
||||
/* sox_time */
|
||||
__DATE__ " " __TIME__,
|
||||
NULL,
|
||||
/* sox_distro */
|
||||
#ifdef DISTRO
|
||||
DISTRO,
|
||||
|
|
Loading…
Reference in New Issue