Skip to content

Commit

Permalink
Update to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Koppanen committed Apr 21, 2011
1 parent 2286cd1 commit 951a7f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT(libvisca C) PROJECT(libvisca C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8) CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(VERSION "1.0.2") SET(VERSION "2.0.0")


IF(UNIX) IF(UNIX)
# Create PkgConfig file # Create PkgConfig file
Expand Down
3 changes: 1 addition & 2 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@


Improvements: Improvements in 2.0.0:


- CMake-based builds by François Kooman - CMake-based builds by François Kooman
- Windows DLL exports - Windows DLL exports
Expand All @@ -9,7 +9,6 @@ Improvements:


-- Original README -- -- Original README --



========================================================================== ==========================================================================


l i b V I S C A l i b V I S C A
Expand Down
2 changes: 1 addition & 1 deletion visca/CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ IF (WIN32)
SET_TARGET_PROPERTIES(visca PROPERTIES COMPILE_FLAGS "/DDLL_EXPORTS=1") SET_TARGET_PROPERTIES(visca PROPERTIES COMPILE_FLAGS "/DDLL_EXPORTS=1")
ELSE() ELSE()
ADD_LIBRARY(visca SHARED libvisca.c libvisca_posix.c) ADD_LIBRARY(visca SHARED libvisca.c libvisca_posix.c)
SET_TARGET_PROPERTIES(visca PROPERTIES SOVERSION 0.1.0) SET_TARGET_PROPERTIES(visca PROPERTIES SOVERSION 0.2.0)
ENDIF() ENDIF()


INSTALL(TARGETS visca DESTINATION lib${LIB_SUFFIX}) INSTALL(TARGETS visca DESTINATION lib${LIB_SUFFIX})
Expand Down

0 comments on commit 951a7f9

Please sign in to comment.