~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Matthieu Baerts
  • Date: 2014-10-15 14:07:24 UTC
  • Revision ID: matttbe@gmail.com-20141015140724-jbmcgpe3d11je1es
Tags: 3.4.0
3.4.0: New stable release!

New version: GLX-Dock 3.4
 * Menus: added the possibility to customise them
 * Style: unified the style of all components of the dock
 * Better integration with Compiz (e.g. when using the Cairo-Dock session) and Cinnamon
 * Applications Menu and Logout applets will wait the end of an update before displaying notifications
 * Various improvements for Applications Menu, Shortcuts, Status-Notifier and Terminal applets
 * Start working on EGL and Wayland support
 * And as always ... various bug fixes and improvements!

If you like the project, please donate and/or contribute :-)

Note: We're switching from Bzr to Git on Github, feel free to fork! https://github.com/Cairo-Dock

More details will follow later on our website: http://glx-dock.org

Enjoy this new version :-)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
########### project ###############
12
12
 
13
13
project ("cairo-dock-plugins")
14
 
set (VERSION "3.3.99.rc1")
 
14
set (VERSION "3.4.0")
15
15
 
16
16
add_definitions (-std=c99 -Wall -Werror-implicit-function-declaration) # -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration -Wstrict-prototypes -Wreturn-type -Wparentheses -Warray-bounds)
17
17
if (NOT DEFINED CMAKE_BUILD_TYPE)