diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2022-06-20 18:20:13 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2022-06-20 18:20:13 +0200 |
commit | 8dc5d5ba381512ad5b1afa45c63ec6b0a3833244 (patch) | |
tree | 442984941f4a53e0b48655847f0fa2e9cf608b2a | |
parent | eafca3c6b9cac98896d4d54923b5a420a2bde11d (diff) | |
download | sbc-2.0.tar.gz |
Release 2.02.0
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +ver 2.0: + Fix issue with SSE primitives on non-x86. + ver 1.5: Add support for SSE primitives. diff --git a/configure.ac b/configure.ac index 4f6fad7..a3bc7c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sbc], [1.5]) +AC_INIT([sbc], [2.0]) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules tar-pax no-dist-gzip dist-xz]) |