Skip to content

Commit 5fa83b1

Browse files
Use upcoming version number in CMakeLists
1 parent f10ba45 commit 5fa83b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.25)
22

33
project(openlibm
4-
VERSION 0.8.2
4+
VERSION 0.8.4
55
LANGUAGES C ASM)
66

77
option(BUILD_SHARED_LIBS "Build using shared libraries" ON)

0 commit comments

Comments
 (0)