diff --git a/README.txt b/README.txt index c1744982..6fad7caf 100644 --- a/README.txt +++ b/README.txt @@ -111,7 +111,10 @@ Releases Release 2.5.8 - Lunar Lake support -- Deprecate modem support +- Arrow Lake support +- Remove coverity errors to minimum +- Add a script to plot temperature and trips from debug log +- Deprecate modem/KBL-G support - Remove dbus-glib-devel as requirment Release 2.5.7 diff --git a/configure.ac b/configure.ac index dd2da155..8cc5fe0d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(1.0) m4_define([td_major_version], [2]) -m4_define([td_minor_version], [5.8-rc1]) +m4_define([td_minor_version], [5.8]) m4_define([td_version], [td_major_version.td_minor_version])