From b97193cf02a6a28921537d4b31317a8bda36183e Mon Sep 17 00:00:00 2001 From: ZhaoWei Xu Date: Mon, 21 Sep 2020 09:45:48 +0800 Subject: [PATCH] Bumped revision to 5.1.2 --- release/src-rt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/src-rt/Makefile b/release/src-rt/Makefile index 77bd176f7..832d69371 100644 --- a/release/src-rt/Makefile +++ b/release/src-rt/Makefile @@ -70,7 +70,7 @@ export PATH := $(RELEASEDIR)/tools:$(SRCBASE)/ctools:$(PATH) #K3C/K3/SBRAC1900P/SBRAC3200P/R7000/R8000/R7900P/R8000P export MERLINR_NAME := RTACRH17 export MERLINR_VER_MAJOR :=B -export MERLINR_VER_MINOR :=5.1.2b +export MERLINR_VER_MINOR :=5.1.2 export MERLINR_VER := $(MERLINR_VER_MAJOR)$(MERLINR_VER_MINOR) export MERLINRVER := $(MERLINR_NAME)_$(MERLINR_VER) ifeq ($(MERLINR_NAME),RTACRH17)