diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +ver 2.1: + Fix issue when compiling without SBC_BUILD_WITH_SSE_SUPPORT. + ver 2.0: Fix issue with SSE primitives on non-x86. diff --git a/configure.ac b/configure.ac index 9e2d097..1175131 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([sbc], [2.0]) +AC_INIT([sbc], [2.1]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux) |