diff --git a/Makefile b/Makefile index 5c76b4e68c03ac9cab28e8e3d2d68c6e76c59273..4c70a9ff8a3ad53bbb5665c0a38d8b57273d6b6c 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0.0 +VERSION = 1.2.0 .PHONY: all clean modules PKGPATH=pkg diff --git a/misc/atune.spec b/misc/atune.spec index 3f4674176fca919289e0a0b6c53ddf905659066d..6a14adb8719f21f7c13c3ff147bb1bb3c242e9f4 100755 --- a/misc/atune.spec +++ b/misc/atune.spec @@ -3,7 +3,7 @@ Summary: AI auto tuning system Name: atune -Version: 1.0.0 +Version: 1.2.0 Release: 1 License: Mulan PSL v2 URL: https://gitee.com/openeuler/A-Tune @@ -141,6 +141,9 @@ make models %systemd_postun_with_restart atuned.service %changelog +* Tue Feb 6 zhoupengcheng - 1.2.0-1 +- upgrade to v1.2.0 + * Mon Nov 15 2021 hanxinke - 1.0.0-1 - upgrade to v1.0.0