From 4102051eed4125fcb6bb50e0aff2234f091ed0ee Mon Sep 17 00:00:00 2001 From: Alec Ari Date: Mon, 5 Mar 2018 13:18:59 -0600 Subject: [PATCH] Final RTAI 4.9.9 release This will be the last release of the RTAI 4 branch. The 3.10 and 3.18 kernels have reached EOL, and the 3.16.53 kernel has introduced assembly changes that are too complicated for me to work around. All future development will now be focused on RTAI 5, with performance improvements and clean-ups as always. Special thanks to jepler and seb_kuzminsky! Nothing left to do. Signed-off-by: Alec Ari --- base/arch/x86/Kconfig | 2 +- base/arch/x86/defconfig | 2 +- configure.ac | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/base/arch/x86/Kconfig b/base/arch/x86/Kconfig index 7de375ab..c3660a5c 100644 --- a/base/arch/x86/Kconfig +++ b/base/arch/x86/Kconfig @@ -6,7 +6,7 @@ config MODULES config RTAI_VERSION string - default "4.1.3" + default "4.9.9" menu "General" diff --git a/base/arch/x86/defconfig b/base/arch/x86/defconfig index 2ea64bcf..1297648f 100644 --- a/base/arch/x86/defconfig +++ b/base/arch/x86/defconfig @@ -3,7 +3,7 @@ # RTAI/x86 configuration # CONFIG_MODULES=y -CONFIG_RTAI_VERSION="4.1.3" +CONFIG_RTAI_VERSION="4.9.9" # # General diff --git a/configure.ac b/configure.ac index 3319a8e7..225d84cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT([4.1.3], [4.1.3], [neotheuser@ymail.com]) +AC_INIT([4.9.9], [4.9.9], [neotheuser@ymail.com]) AC_CONFIG_AUX_DIR(base/scripts/autoconf) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2]) @@ -9,8 +9,8 @@ AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS(rtai_config.h) CONFIG_RTAI_VERSION_MAJOR=4 -CONFIG_RTAI_VERSION_MINOR=1 -CONFIG_RTAI_REVISION_LEVEL=3 +CONFIG_RTAI_VERSION_MINOR=9 +CONFIG_RTAI_REVISION_LEVEL=9 AC_PROG_INSTALL LT_INIT