diff options
author | Steve Zesch <[email protected]> | 2013-01-20 14:20:41 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2013-01-20 14:20:41 -0500 |
commit | b65180d357ec96d91185ecabbf1344366ecdec54 (patch) | |
tree | 45d91bdee3c1c9989fbdcc9171e8f5d9e28e7d64 /configure.ac | |
parent | 276eae936334c109ffa6b2e3199f97b1885dfa62 (diff) | |
download | mate-notification-daemon-b65180d357ec96d91185ecabbf1344366ecdec54.tar.bz2 mate-notification-daemon-b65180d357ec96d91185ecabbf1344366ecdec54.tar.xz |
Preparing for 1.5.1 release.mate-notification-daemon-1.5.1
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 9d0e08e..3996f77 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.5.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.5.1], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |