diff --git a/README.txt b/README.txt index fd13939f..f749c7ab 100644 --- a/README.txt +++ b/README.txt @@ -116,7 +116,11 @@ For build, follow the same procedure as Fedora. Releases -Release 2.5.2 +Release 2.5.4 +- Android support +- Workarounds for missing conditions/tables + +Release 2.5.3 - Support Meteor Lake Release 2.5.2 diff --git a/configure.ac b/configure.ac index a5235081..88323388 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.4-pre]) +m4_define([td_minor_version], [5.4]) m4_define([td_version], [td_major_version.td_minor_version])