diff options
author | Steve Zesch <[email protected]> | 2012-02-22 21:19:55 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-22 21:19:55 -0500 |
commit | 03d844827da69b46f7a9791c46e544954242b0ba (patch) | |
tree | 0855ce9ed6cc044754337af47b104da39853f8ef /configure.ac | |
parent | b203c311dc9e5edf1f62c4e3170a0f76a2b9643e (diff) | |
download | mate-notification-daemon-03d844827da69b46f7a9791c46e544954242b0ba.tar.bz2 mate-notification-daemon-03d844827da69b46f7a9791c46e544954242b0ba.tar.xz |
Preparing for 1.2 releasemate-notification-daemon-1.2.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 540e1b5..9a4555a 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.1.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.2.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |