diff options
author | raveit65 <[email protected]> | 2016-11-20 21:17:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-11-20 21:17:05 +0100 |
commit | 0527be3a0c86cb35d735e75807b867773a2ae6db (patch) | |
tree | 7567879758aec0f3d9d3cf7276dd27843177aba5 | |
parent | 03a2e245cf57c2ab0cd0d759726b37c287859a09 (diff) | |
download | mate-common-0527be3a0c86cb35d735e75807b867773a2ae6db.tar.bz2 mate-common-0527be3a0c86cb35d735e75807b867773a2ae6db.tar.xz |
release 1.17.0v1.17.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.17.0 + + * bump version + 1.16.0 * Check only for autoreconf in mate-autogen as autoconf, automake, diff --git a/configure.ac b/configure.ac index 9d891b0..28d31ce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.16.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.17.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen]) |