gplugin/gplugin

Bump the versions for the next round of development
develop
2016-03-03, Gary Kramlich
72f6c0ce756d
Bump the versions for the next round of development
macro(add_plugin plugin)
add_library(${plugin} MODULE ${plugin}.c)
set_target_properties(${plugin} PROPERTIES PREFIX "")
target_link_libraries(${plugin} gplugin)
install(TARGETS ${plugin} DESTINATION ${CMAKE_INSTALL_LIBDIR}/gplugin)
endmacro(add_plugin)
add_plugin(gplugin-license-check)