Skip to content

Commit b10c51c

Browse files
committed
fixed incorrect version for booster library
1 parent 6800c05 commit b10c51c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ set(CPPCMS_PACKAGE_STRING "CppCMS/1.2.0")
88
set(CPPCMS_PACKAGE_VERSION "1.2.0")
99

1010
set(CPPCMS_VERSION "1.2.0")
11-
set(BOOSTER_VERSION "1.2.0")
12-
1311
set(CPPCMS_SOVERSION "1")
12+
1413
set(BOOSTER_SOVERSION "0")
14+
set(BOOSTER_VERSION "0.2.0")
15+
16+
1517

1618
include(CheckFunctionExists)
1719
include(CheckCXXSourceCompiles)

0 commit comments

Comments
 (0)