Skip to content

Commit e994f06

Browse files
committed
Broken library v1.0 compatibility version
1 parent 9739302 commit e994f06

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
@@ -9,7 +9,7 @@ project(picode)
99

1010
# Set version number for shared libraries and executables
1111
set(CU_VERSION 1.1) # current version
12-
set(SO_VERSION 1.0) # compatibility version
12+
set(SO_VERSION 1.1) # compatibility version
1313

1414
# Set C/C++ Standard
1515
set(CMAKE_C_STANDARD 11)

0 commit comments

Comments
 (0)