Skip to content

Commit

Permalink
Final RTAI 4.9.9 release
Browse files Browse the repository at this point in the history
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 <neotheuser@ymail.com>
  • Loading branch information
NTULINUX authored and Alec Ari committed Nov 4, 2018
1 parent 8ab69a0 commit 4102051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config MODULES

config RTAI_VERSION
string
default "4.1.3"
default "4.9.9"

menu "General"

Expand Down
2 changes: 1 addition & 1 deletion base/arch/x86/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# RTAI/x86 configuration
#
CONFIG_MODULES=y
CONFIG_RTAI_VERSION="4.1.3"
CONFIG_RTAI_VERSION="4.9.9"

#
# General
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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])
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
Expand Down

0 comments on commit 4102051

Please sign in to comment.