From 5b8ec9d923096e0ad6302e27d21d4de40087dfce Mon Sep 17 00:00:00 2001 From: hubin73 Date: Thu, 3 Mar 2022 20:41:08 +0800 Subject: [PATCH] change Makefile A-Tune version to 1.0.0 Signed-off-by: hubin73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e43062..715f698 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.3 +VERSION = 1.0.0 .PHONY: all clean modules PKGPATH=pkg -- 2.27.0