diff options
author | Stefano Karapetsas <[email protected]> | 2012-05-12 16:19:29 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-05-12 16:19:29 +0200 |
commit | 969f937d75533119f617feecce1cfbb43cc528c8 (patch) | |
tree | 5a155d341fb493c96567929a95f9dae5ccd4924b | |
parent | ba4a0d842f8e9c5beffc25ca62b72bf7a86c83fb (diff) | |
download | mate-notification-daemon-969f937d75533119f617feecce1cfbb43cc528c8.tar.bz2 mate-notification-daemon-969f937d75533119f617feecce1cfbb43cc528c8.tar.xz |
bump version to 1.3.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c0de90..cc3ad57 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.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.3.1], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) |