Skip to content

Commit

Permalink
add version info
Browse files Browse the repository at this point in the history
Signed-off-by: xiehuc <[email protected]>
  • Loading branch information
xiehuc committed Jan 20, 2013
1 parent 6ac7416 commit 8f2cb38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
project(libwebqq)
cmake_minimum_required(VERSION 2.6)
set(VERSION_MAJOR "0")
set(VERSION_MINOR "1")
set(VERSION_PATCH "b")

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
if(NOT CMAKE_INSTALL_PREFIX)
Expand Down
2 changes: 1 addition & 1 deletion src/webqq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ static PurplePluginInfo info = {
.priority= PURPLE_PRIORITY_DEFAULT, /* priority */
.id= "prpl-webqq", /* id */
.name= "WebQQ", /* name */
.version= "0.1", /* version */
.version= "0.1b", /* version */
.summary= "WebQQ Protocol Plugin", /* summary */
.description= "a webqq plugin based on lwqq", /* description */
.author= "xiehuc<[email protected]>", /* author */
Expand Down

0 comments on commit 8f2cb38

Please sign in to comment.