Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Soname was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Oct 12, 2012
1 parent 9f1782d commit 12fb736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -17,8 +17,8 @@ if (NOT CMAKE_INSTALL_PREFIX)
endif ()

set(MAJOR_VERSION 0)
set(MINOR_VERSION 4)
set(PATCH_VERSION 99)
set(MINOR_VERSION 5)
set(PATCH_VERSION 0)
set(RAZOR_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(-DRAZOR_VERSION=\"${RAZOR_VERSION}\")
message(STATUS "")
Expand Down
4 changes: 2 additions & 2 deletions libraries/qtxdg/CMakeLists.txt
Expand Up @@ -4,8 +4,8 @@ project(libqtxdg)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

set (MAJOR_VERSION 0)
set (MINOR_VERSION 4)
set (PATCH_VERSION 99)
set (MINOR_VERSION 5)
set (PATCH_VERSION 0)


add_definitions(-Wall)
Expand Down

0 comments on commit 12fb736

Please sign in to comment.