diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-18 15:51:16 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-18 15:51:16 +0100 |
commit | 9af8d0b1003aaa525b736854219ed381e2a18fc6 (patch) | |
tree | aecea73dc3190137c6d1583aa4e454f115aa84ff /configure.ac | |
parent | 6f8a1ae9a3908667d3ea21aa9987b7fee412a3ba (diff) | |
parent | 48d19cb30fab1d5a638f8ba42bc54315fafce434 (diff) | |
download | mate-notification-daemon-9af8d0b1003aaa525b736854219ed381e2a18fc6.tar.bz2 mate-notification-daemon-9af8d0b1003aaa525b736854219ed381e2a18fc6.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-notification-daemon
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fd0c32a..4c20f40 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT([mate-notification-daemon], [1.6.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.7.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |