diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-21 15:41:14 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-21 15:41:14 +0100 |
commit | d3bb0709fd187e63a34a8483e31fd2181221a50c (patch) | |
tree | 68a2bde85ff7867119b7f2c3ab16b5314afcf650 | |
parent | 3878dcabfed92bdf64f96ed4b61ce9686d791dbd (diff) | |
download | mate-calc-d3bb0709fd187e63a34a8483e31fd2181221a50c.tar.bz2 mate-calc-d3bb0709fd187e63a34a8483e31fd2181221a50c.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.10.0 + + * build gtk3 only + 1.8.0 * Make numpad period work without numlock on diff --git a/configure.ac b/configure.ac index 8b42058..38d3ffe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.8.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.10.0], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) |