diff options
author | Hubert Chathi <uhoreg@debian.org> | 2019-01-14 11:21:45 -0500 |
---|---|---|
committer | Hubert Chathi <uhoreg@debian.org> | 2019-01-14 11:21:45 -0500 |
commit | d488348d41b1abecd858a2625099dc94a8b05eac (patch) | |
tree | 8736c10809e5fac1dd7527e2562e948f09d109ae /CMakeLists.txt | |
parent | 34da172eadf142cb13825086ab10e5627fff2668 (diff) | |
parent | 863848b2158e3278ae65d25de0b189a6008c60d1 (diff) | |
download | libquotient-d488348d41b1abecd858a2625099dc94a8b05eac.tar.gz libquotient-d488348d41b1abecd858a2625099dc94a8b05eac.zip |
Merge branch 'upstream' (v0.4.2.1)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a1950b3..7a9b7d11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ add_library(QMatrixClient ${libqmatrixclient_SRCS} ${libqmatrixclient_cswellknown_SRCS} ${libqmatrixclient_asdef_SRCS} ${libqmatrixclient_isdef_SRCS}) set(API_VERSION "0.4") -set_property(TARGET QMatrixClient PROPERTY VERSION "${API_VERSION}.0") +set_property(TARGET QMatrixClient PROPERTY VERSION "${API_VERSION}.2.1") set_property(TARGET QMatrixClient PROPERTY SOVERSION ${API_VERSION} ) set_property(TARGET QMatrixClient PROPERTY INTERFACE_QMatrixClient_MAJOR_VERSION ${API_VERSION}) |