summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f475e09..58f7d79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 2.2:
+ Fix issue when compiling with C23 requirements.
+
ver 2.1:
Fix issue when compiling without SBC_BUILD_WITH_SSE_SUPPORT.
diff --git a/configure.ac b/configure.ac
index 1175131..35e4f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([sbc], [2.1])
+AC_INIT([sbc], [2.2])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)