[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 02/02: Updates for release

noreply at xfce.org noreply at xfce.org
Wed May 17 02:48:56 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository panel-plugins/xfce4-cpufreq-plugin.

commit 026f390d0c319a59d72322132aa753ba332ace56
Author: Andre Miranda <andre42m at gmail.com>
Date:   Tue May 16 21:44:13 2017 -0300

    Updates for release
---
 NEWS            | 8 ++++++++
 configure.ac.in | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 1a411a0..d2993ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.1.90 (2017-05-16)
+------------------
+ * Port to GTK+3
+ * Translation updates: Bulgarian, Catalan, Chinese (China), Croatian,
+   Czech, Danish, Dutch, French, German, Greek, Hebrew, Indonesian,
+   Korean, Lithuanian, Polish, Portuguese (Brazil), Russian, Serbian,
+   Spanish, Swedish, Ukrainian
+
 1.1.3 (2016-04-22)
 ------------------
  * Translation updates: Catalan, Greek, Hebrew, Icelandic, Spanish,
diff --git a/configure.ac.in b/configure.ac.in
index 1ae8c0a..032b226 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,9 +7,9 @@ dnl Version information
 AC_CONFIG_MACRO_DIR([m4])
 m4_define([cpufreq_version_major], [1])
 m4_define([cpufreq_version_minor], [1])
-m4_define([cpufreq_version_micro], [3])
+m4_define([cpufreq_version_micro], [90])
 m4_define([cpufreq_version_build], [@REVISION@])
-m4_define([cpufreq_version_tag], [git])
+m4_define([cpufreq_version_tag], [])
 m4_define([cpufreq_version], [cpufreq_version_major().cpufreq_version_minor().cpufreq_version_micro()ifelse(cpufreq_version_tag(), [git], [cpufreq_version_tag()-cpufreq_version_build()], [cpufreq_version_tag()])])
 
 dnl Initialize autoconf

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list