Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiming Zhao authored and weimingzha0 committed Apr 24, 2022
1 parent 94e4698 commit cdd2233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cmake_minimum_required(VERSION 3.14.5)

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

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

Expand Down
2 changes: 1 addition & 1 deletion tests/driver/test_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

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

// CHECK: Version: 0.7.2
// CHECK: Version: 0.8.0
// CHECK: HALO Repo:{{.*}} Rev:

0 comments on commit cdd2233

Please sign in to comment.