diff options
author | monsta <[email protected]> | 2017-05-14 14:20:36 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-05-14 14:20:36 +0300 |
commit | 7ef90b78ab739c3f2c76cb576d24cfc6a0dee2fc (patch) | |
tree | e00cf60b5c87529e476fa9c57a19389110a00758 | |
parent | 78d2c87c7a37fda1a18f654567e5497e4a8030fc (diff) | |
download | mate-netbook-7ef90b78ab739c3f2c76cb576d24cfc6a0dee2fc.tar.bz2 mate-netbook-7ef90b78ab739c3f2c76cb576d24cfc6a0dee2fc.tar.xz |
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.16.2 +====== + + * Maximus: don't crash on invalid window ID + 1.16.1 ====== diff --git a/configure.ac b/configure.ac index 987e6a2..25fe927 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.16.1, []) +AC_INIT(mate-netbook, 1.16.2, []) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(maximus/main.c) |