diff options
author | raveit65 <[email protected]> | 2015-10-06 18:20:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 18:20:01 +0200 |
commit | ecd31dd63eed1cf8b0e74ed79dcaa78fc02f1f40 (patch) | |
tree | da0b5d6e372f3097d8fb5d0a54d1d0846432ca56 | |
parent | 1158ea5facb894076cb5d8558bfa582c06d1ede8 (diff) | |
download | mate-indicator-applet-ecd31dd63eed1cf8b0e74ed79dcaa78fc02f1f40.tar.bz2 mate-indicator-applet-ecd31dd63eed1cf8b0e74ed79dcaa78fc02f1f40.tar.xz |
pre-bump version to 1.11.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +1.11.0 + 1.10.0 * Add GTK3 support diff --git a/configure.ac b/configure.ac index 7538063..e1b0af1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-applet], [1.10.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.11.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) |