From c8ce47ae170a2d6d1634ad948c56113ec8d64b64 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Thu, 23 Jun 2016 12:19:05 +0200 Subject: rt-tests: Makefile, change version to 1.1 Rethinking the naming scheme, so changing the development line from 2.0 to 1.1 Signed-off-by: John Kacur --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a54d82b..d60282e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.0 +VERSION = 1.1 CC?=$(CROSS_COMPILE)gcc AR?=$(CROSS_COMPILE)ar -- cgit 1.2.3-korg