[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 40/41: Bump version number.
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:32:54 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 2f74f1e8866e6f08d3e34909d5503e1b23960d68
Author: Graeme Gott <graeme at gottcode.org>
Date: Sat Aug 20 12:05:56 2016 -0400
Bump version number.
---
CMakeLists.txt | 6 +++---
NEWS | 7 +++++++
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e3b97e7..74790d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 2.8)
project(whiskermenu)
# version number
-set(whiskermenu_version_major "1")
-set(whiskermenu_version_minor "6")
+set(whiskermenu_version_major "2")
+set(whiskermenu_version_minor "0")
set(whiskermenu_version_micro "0")
-set(whiskermenu_version_tag "git")
+set(whiskermenu_version_tag "")
set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
if(${whiskermenu_version_tag} MATCHES "git")
if(NOT DEFINED whiskermenu_version_build)
diff --git a/NEWS b/NEWS
index 79ca890..1cdd5d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.0.0
+=====
+- Port to GTK+ 3. (bug #11549)
+- Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech,
+ Dutch, French, Hebrew, Hungarian, Lithuanian, Polish, Slovak,
+ Slovenian, Spanish.
+
1.6.0
=====
- Add keyboard navigation for categories. (bug #11550)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list