summaryrefslogtreecommitdiff
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 5c0a274..8592d7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 1.3:
+ Fix issue with frame length calculation for dual-channel mode.
+
ver 1.2:
Add support for setup from A2DP configuration data.
Add support for enabling high precision build.
diff --git a/configure.ac b/configure.ac
index 77c15e8..2a499e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(sbc, 1.2)
+AC_INIT(sbc, 1.3)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)