forked from premiere/premiere-libtorrent
parent
3d3367387a
commit
578e9b3558
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
|
||||
|
||||
project(libtorrent)
|
||||
set (SOVERSION "8")
|
||||
set (SOVERSION "10")
|
||||
set (VERSION "1.2.0")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${libtorrent_SOURCE_DIR}/cmake/Modules)
|
||||
|
|
|
@ -41,7 +41,7 @@ dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
|
|||
dnl REVISION is set to 0, otherwise REVISION is incremented.
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
m4_define([VERSION_INFO_CURRENT],[9])
|
||||
m4_define([VERSION_INFO_CURRENT],[10])
|
||||
m4_define([VERSION_INFO_REVISION],[0])
|
||||
m4_define([VERSION_INFO_AGE],[0])
|
||||
INTERFACE_VERSION_INFO=VERSION_INFO_CURRENT:VERSION_INFO_REVISION:VERSION_INFO_AGE
|
||||
|
|
Loading…
Reference in New Issue