summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-30 17:09:36 +0200
committerraveit65 <[email protected]>2017-03-30 17:09:36 +0200
commitd31b3d501218a61c8f4a91bb641967fa1ff42c35 (patch)
treebe7565e6c407008927645d9d2892daeb7fdcf9c1
parent31cbb4ec801cfeec9badc2a66e6f62d621b065a5 (diff)
downloadmate-calc-d31b3d501218a61c8f4a91bb641967fa1ff42c35.tar.bz2
mate-calc-d31b3d501218a61c8f4a91bb641967fa1ff42c35.tar.xz
pre-bump version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5feb900..bddea66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+### mate-calc 1.19.0
+
### mate-calc 1.18.0
* Add AppData.
diff --git a/configure.ac b/configure.ac
index a86c3af..a56b11d 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.18.0], [http://mate-desktop.org])
+AC_INIT([mate-calc], [1.19.0], [http://mate-desktop.org])
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])
AC_CONFIG_HEADERS(config.h)