diff options
author | Steve Zesch <[email protected]> | 2013-03-31 18:05:41 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2013-03-31 18:05:41 -0400 |
commit | 3c4fba19fd20ce38ab58cca84fa037499ca79d8d (patch) | |
tree | 4765855d7a300a10838ec55bc41f980854355ceb | |
parent | 65a8d3a1b90c61ec598a6bf2555ea38acf6020cf (diff) | |
download | mate-notification-daemon-3c4fba19fd20ce38ab58cca84fa037499ca79d8d.tar.bz2 mate-notification-daemon-3c4fba19fd20ce38ab58cca84fa037499ca79d8d.tar.xz |
Preparing for 1.6.0 release.mate-notification-daemon-1.6.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6df97ca..39d5d8c 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.2], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.6.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |