diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-18 17:01:11 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-18 17:01:11 +0100 |
commit | 4bd478eb6ec879005ced32c1afdbf0b521964295 (patch) | |
tree | 70b7ec7408d202b42f5b7529794724acda0defd6 | |
parent | 59d24d816b98a1895343045601111363371a3be7 (diff) | |
download | mate-notification-daemon-4bd478eb6ec879005ced32c1afdbf0b521964295.tar.bz2 mate-notification-daemon-4bd478eb6ec879005ced32c1afdbf0b521964295.tar.xz |
Bump version to 1.7.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c20f40..43069a0 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.7.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.7.1], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |