Update revision

This commit is contained in:
deadwood 2024-01-05 13:56:43 +01:00
parent 4274889663
commit e97b2f6578
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2020-2022, The AROS Development Team.
Copyright (C) 2020-2024, The AROS Development Team.
*/
#ifndef RT_VERSION_H
@ -8,7 +8,7 @@
#define RT_STARTUP (6)
#define RT_ABI (4)
#define RT_VERSION (41)
#define RT_REVISION (6)
#define RT_REVISION (7)
#define RT_VER ((RT_STARTUP<<28)|(RT_ABI<<24)|(RT_VERSION<<8)|(RT_REVISION<<0))