Merge branch 'master' into aa4hs/update-cmake

pull/268/head
Mooneer Salem 2022-08-15 00:44:29 -07:00
commit 18f2bf607b
4 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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

Binary file not shown.

View File

@ -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,