[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/02: Updates	for release
    noreply at xfce.org 
    noreply at xfce.org
       
    Fri Jul 21 14:46:47 CEST 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-clipman-plugin.
commit 2691a6f86ab9716119c39189b972b0ba4d51fd26
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Jul 21 14:46:24 2017 +0200
    Updates for release
---
 NEWS            | 8 +++++++-
 configure.ac.in | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 34dc34d..68b6fa7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.4.2 - 2017-07-21
+
+- Port to GtkApplication
+  (this should help with keyboard shortcut issues)
+- Translation updates: Catalan, Croatian, Danish, Dutch (Flemish), Greek,
+  Indonesian, Italian, Kazakh, Lithuanian, Norwegian Bokmål, Serbian, Thai
+
 Version 1.4.1 - 2016-11-28
 
 - New application icon
@@ -172,4 +179,3 @@ Version 0.9.0 - 2009-01-15
   done by David Collins.
 - Drop the repetitive timeout against a callback/signal to check for clipboard
   changes.
-
diff --git a/configure.ac.in b/configure.ac.in
index 5835ff1..7f7a635 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([project_version_major], [1])
 m4_define([project_version_minor], [4])
-m4_define([project_version_micro], [1])
+m4_define([project_version_micro], [2])
 m4_define([project_version_build], [@REVISION@])
-m4_define([project_version_tag], [git]) # leave empty for release
+m4_define([project_version_tag], []) # leave empty for release
 m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])])
 
 dnl ***************************
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list