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

Commit 53df892

Browse files
committed
0.5.2 release
1 parent 8c63f37 commit 53df892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif ()
1818

1919
set(MAJOR_VERSION 0)
2020
set(MINOR_VERSION 5)
21-
set(PATCH_VERSION 1)
21+
set(PATCH_VERSION 2)
2222
set(RAZOR_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
2323
add_definitions(-DRAZOR_VERSION=\"${RAZOR_VERSION}\")
2424
message(STATUS "")

libraries/qtxdg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
55

66
set (MAJOR_VERSION 0)
77
set (MINOR_VERSION 5)
8-
set (PATCH_VERSION 1)
8+
set (PATCH_VERSION 2)
99

1010

1111
add_definitions(-Wall)

0 commit comments

Comments
 (0)