diff options
author | raveit65 <[email protected]> | 2018-06-10 08:38:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-10 08:38:23 +0200 |
commit | 8a5af152ef99e4a7fc7e91b33b7a17c23cac42ef (patch) | |
tree | 6e99c1690e803ef46b4d7ad783bc3c6d6491100d | |
parent | cbc200ff01af3c7ba35475a7c8c83e127f893318 (diff) | |
download | mate-applets-8a5af152ef99e4a7fc7e91b33b7a17c23cac42ef.tar.bz2 mate-applets-8a5af152ef99e4a7fc7e91b33b7a17c23cac42ef.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +### mate-applets 1.21.0 + ### mate-applets 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index fb96cd65..75c87bc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.20.0) +AC_INIT(mate-applets, 1.21.0) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |