diff options
author | Stefano Karapetsas <[email protected]> | 2015-04-05 19:06:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-04-05 19:06:04 +0200 |
commit | b59c7a53c5dbc73657cbcb0f04b82877630df437 (patch) | |
tree | cc26e512a44884639221fd13d7bd6f7e089a5c7f | |
parent | 6b5032d74568a58d5bc17a6f432a52aa35e19718 (diff) | |
download | mate-common-b59c7a53c5dbc73657cbcb0f04b82877630df437.tar.bz2 mate-common-b59c7a53c5dbc73657cbcb0f04b82877630df437.tar.xz |
Bump version to 1.10.0mate-common-1.10.01.10
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.9.90 +1.10.0 * Add support for automake 1.15 * Support lcov 1.11 diff --git a/configure.ac b/configure.ac index c8d4540..336147a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.9.90], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.10.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) |