Skip to content

Commit

Permalink
Make library version equal to package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 24, 2015
1 parent a732bd7 commit b2df045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ set (GETTEXT_PACKAGE "vala-panel")
set (RELEASE_NAME "Simple Vala panel")
set (LIBNAME "valapanel")
set (APPNAME "vala-panel")
set (LIBVERSION "0")
set (SOVERSION 0)
set (PLUGINS_DIRECTORY "${CMAKE_INSTALL_FULL_LIBDIR}/vala-panel/applets/")
set (PLUGINS_DATA "${DATADIR}/applets/")
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ add_library (${LIBNAME} SHARED
target_link_libraries (${LIBNAME} ${LIBS})

set_target_properties (${LIBNAME} PROPERTIES
VERSION ${LIBVERSION}.0
VERSION ${VERSION}
SOVERSION ${SOVERSION})

install (TARGETS ${LIBNAME} DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT bin)
Expand Down

0 comments on commit b2df045

Please sign in to comment.