diff options
author | Steve Zesch <[email protected]> | 2012-07-05 14:29:27 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-05 14:29:27 -0400 |
commit | 90229ab4ea11be5c7c8220f89455b702700ffa7a (patch) | |
tree | 61eac409878a28f904dc292523e66e303299aa85 /configure.ac | |
parent | 306d7aca16e3ec6498414be1d289bb9e708a6259 (diff) | |
download | mate-notification-daemon-90229ab4ea11be5c7c8220f89455b702700ffa7a.tar.bz2 mate-notification-daemon-90229ab4ea11be5c7c8220f89455b702700ffa7a.tar.xz |
Preparing for 1.4 release.mate-notification-daemon-1.4.0
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 56df478..14a185f 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.3.1], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.4.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |