Skip to content
Snippets Groups Projects
Commit 7672efdb authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

debian-adapt-libtnt: new versioning scheme of libtnt

parent 8a394f45
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,11 @@
#
# library soname version
#
set(LIBTNT_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
set(LIBTNT_SOVERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
set(LIBTNT_VERSION_MAJOR "1")
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(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