Skip to content

Commit cdd2233

Browse files
Weiming Zhaoweimingzha0
Weiming Zhao
authored andcommitted
Bump to 0.8.0
1 parent 94e4698 commit cdd2233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
cmake_minimum_required(VERSION 3.14.5)
1818

1919
set(PROJECT_NAME "HALO" HOMEPAGE_URL "https://github.com/alibaba/heterogeneity-aware-lowering-and-optimization")
20-
set(PROJECT_VERSION "0.7.2")
20+
set(PROJECT_VERSION "0.8.0")
2121

2222
project(${PROJECT_NAME} VERSION ${PROJECT_VERSION} LANGUAGES C CXX ASM)
2323

tests/driver/test_driver.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
// RUN: %halo_compiler -version 2>&1 | FileCheck %s
2121

22-
// CHECK: Version: 0.7.2
22+
// CHECK: Version: 0.8.0
2323
// CHECK: HALO Repo:{{.*}} Rev:

0 commit comments

Comments
 (0)