Skip to content

Commit 67973f5

Browse files
Set FTorch version to 1.0.0 in CMakeLists (#307)
1 parent 8b70b18 commit 67973f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15...3.31)
22
set(PROJECT_NAME FTorch)
33
set(LIB_NAME ftorch)
4-
set(PACKAGE_VERSION 0.1)
4+
set(PACKAGE_VERSION 1.0.0)
55

66
project(
77
${PROJECT_NAME}

0 commit comments

Comments
 (0)