diff options
author | Stefano Karapetsas <[email protected]> | 2015-05-06 10:01:19 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-05-06 10:01:19 +0200 |
commit | 117f08e3b52494afa653dd3933dc558db86d9c6d (patch) | |
tree | 4ebdfd3c1429183a0a8e9e2fc65851c3dda3b8cf | |
parent | b84fe12fad7717ddfad5cb3bd12090f61864e759 (diff) | |
download | mate-netbook-117f08e3b52494afa653dd3933dc558db86d9c6d.tar.bz2 mate-netbook-117f08e3b52494afa653dd3933dc558db86d9c6d.tar.xz |
Bump version to 1.9.91mate-netbook-1.9.91
-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.9.91 ====== * Use MateAboutDialog diff --git a/configure.ac b/configure.ac index a774902..b0e63a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.9.90, []) +AC_INIT(mate-netbook, 1.9.91, []) 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) |