diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Changes in MATE-Applets 1.13.1 +============================== + + - GTK 3.20 cpufreq: fix themes clipping units label + - cpufreq: capitalize CPU in schema description + - Re-license Command and Timer applets under GPL-2+ + - cpufreq GTK3: hardcode fewer labels + - weather: fix some typos and remove some dead code + Changes in MATE-Applets 1.13.0 ============================== diff --git a/configure.ac b/configure.ac index b6df0752..0f19aee9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.13.0) +AC_INIT(mate-applets, 1.13.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |