Skip to content
Snippets Groups Projects
Commit c41d447a authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

Merge branch 'debian-adapt-libtnt' of github.com:mailru/tarantool into debian-cur

parents 2ca3a556 7672efdb
No related merge requests found
...@@ -2,8 +2,11 @@ ...@@ -2,8 +2,11 @@
# #
# library soname version # library soname version
# #
set(LIBTNT_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") set(LIBTNT_VERSION_MAJOR "1")
set(LIBTNT_SOVERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}") set(LIBTNT_VERSION_MINOR "1")
set(LIBTNT_VERSION "${LIBTNT_VERSION_MAJOR}.${LIBTNT_VERSION_MINOR}")
set(LIBTNT_SOVERSION "${LIBTNT_VERSION_MAJOR}")
add_subdirectory(tnt) add_subdirectory(tnt)
add_subdirectory(tntsql) add_subdirectory(tntsql)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment