diff options
author | monsta <[email protected]> | 2016-04-08 14:41:32 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-04-08 14:41:32 +0300 |
commit | a5be23b4c906b62786fa048ca0b95ed40b01a3ee (patch) | |
tree | fa1be97cf647a45dea07c764679bf9887191b862 | |
parent | e171d845af87b64866dcb7cc8d5108ec69c3d2a6 (diff) | |
download | mate-netbook-a5be23b4c906b62786fa048ca0b95ed40b01a3ee.tar.bz2 mate-netbook-a5be23b4c906b62786fa048ca0b95ed40b01a3ee.tar.xz |
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.13.0 +1.14.0 ====== * Drop MateConf migration script diff --git a/configure.ac b/configure.ac index 209eedd..9065ca4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.13.0, []) +AC_INIT(mate-netbook, 1.14.0, []) 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) |