Skip to content

Commit

Permalink
Bug-fix version: 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matttbe committed Feb 19, 2015
1 parent 0c8a6a4 commit f7e9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
########### project ###############

project ("cairo-dock-plugins")
set (VERSION "3.4.0")
set (VERSION "3.4.1")

add_definitions (-std=c99 -Wall -Werror-implicit-function-declaration) # -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration -Wstrict-prototypes -Wreturn-type -Wparentheses -Warray-bounds)
if (NOT DEFINED CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit f7e9731

Please sign in to comment.