From f7e97319cdfcbdc4b44d202ff6ea310910a993cb Mon Sep 17 00:00:00 2001 From: Matthieu Baerts Date: Thu, 19 Feb 2015 17:13:47 +0100 Subject: [PATCH] Bug-fix version: 3.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b77f02f8c..639fdc711 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)