From 63b290f20da115f62f5bbd39a28fa5afe0f6efc2 Mon Sep 17 00:00:00 2001 From: Srinivas Pandruvada Date: Sat, 12 Aug 2023 17:12:03 -0700 Subject: [PATCH] Release 2.5.4 Refer to README.txt for changes --- README.txt | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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])