Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpp committed Nov 25, 2013
1 parent f54a4e8 commit 4aaf1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeCPackOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endmacro(dpkg_arch)
# CPack configuration
set(CPACK_PACKAGE_NAME "deadbeef-plugin-vk")
set(CPACK_PACKAGE_VENDOR "https://github.com/scorpp/db-vk")
set(CPACK_PACKAGE_VERSION "0.1-13")
set(CPACK_PACKAGE_VERSION "0.2.0")
set(CPACK_PACKAGE_CONTACT "[email protected]")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "DeaDBeeF plugin for VKontakte")

Expand Down
2 changes: 1 addition & 1 deletion vkontakte.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ DB_vfs_t plugin = {
DDB_REQUIRE_API_VERSION(1, 5)
.plugin.type = DB_PLUGIN_VFS,
.plugin.version_major = 0,
.plugin.version_minor = 1,
.plugin.version_minor = 2,
#if GTK_CHECK_VERSION(3,0,0)
.plugin.id = "vkontakte_3",
#else
Expand Down

0 comments on commit 4aaf1e4

Please sign in to comment.