mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
fix .so version
This commit is contained in:
parent
ca824684ac
commit
0c1dc1bb5f
@ -26,8 +26,8 @@ endif(QR_FOUND)
|
|||||||
|
|
||||||
add_library(zint SHARED ${zint_SRCS})
|
add_library(zint SHARED ${zint_SRCS})
|
||||||
|
|
||||||
set_target_properties(zint PROPERTIES VERSION ${ZINT_VERSION}
|
set_target_properties(zint PROPERTIES SOVERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}"
|
||||||
SOVERSION ${ZINT_VERSION})
|
VERSION ${ZINT_VERSION})
|
||||||
|
|
||||||
target_link_libraries(zint ${PNG_LIBRARIES} ${QR_LIBRARIES} )
|
target_link_libraries(zint ${PNG_LIBRARIES} ${QR_LIBRARIES} )
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ set(QZint_SRCS qzint.cpp)
|
|||||||
|
|
||||||
add_library(QZint SHARED ${QZint_SRCS})
|
add_library(QZint SHARED ${QZint_SRCS})
|
||||||
|
|
||||||
set_target_properties(QZint PROPERTIES VERSION ${ZINT_VERSION}
|
set_target_properties(QZint PROPERTIES SOVERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}"
|
||||||
SOVERSION ${ZINT_VERSION})
|
VERSION ${ZINT_VERSION})
|
||||||
|
|
||||||
add_dependencies(QZint zint)
|
add_dependencies(QZint zint)
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
zint (2.2.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* fix .so version
|
||||||
|
|
||||||
|
-- BogDan Vatra <bogdan@licentia.eu> Sat, 08 Aug 2009 11:52:28 +0300
|
||||||
|
|
||||||
zint (2.2.1) unstable; urgency=low
|
zint (2.2.1) unstable; urgency=low
|
||||||
|
|
||||||
* bug fixes. Affected symbologies are Data Matrix,
|
* bug fixes. Affected symbologies are Data Matrix,
|
||||||
|
Loading…
Reference in New Issue
Block a user