diff options
author | Stefano Karapetsas <[email protected]> | 2012-05-09 18:03:07 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-05-09 18:03:07 +0200 |
commit | b67c6422995a9459548f478aa61a4dd3ec0437c0 (patch) | |
tree | f6976af7771a48d7e11d7b0a8b316b9bb1ce87a6 /configure.ac | |
parent | 07a45e51f10d27b201004b661812eed107c5d831 (diff) | |
download | mate-notification-daemon-b67c6422995a9459548f478aa61a4dd3ec0437c0.tar.bz2 mate-notification-daemon-b67c6422995a9459548f478aa61a4dd3ec0437c0.tar.xz |
add coco (notify-osd like) and nodoka (from fedora) themes, start 1.3 releasemate-notification-daemon-1.3.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 9a4555a..4c0de90 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.2.0], [http://www.mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.3.0], [http://www.mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) @@ -13,8 +13,8 @@ AC_CONFIG_MACRO_DIR([macros]) dnl ################################################################ dnl # Version information dnl ################################################################ -NOTIFICATION_DAEMON_MAJOR_VERSION=0 -NOTIFICATION_DAEMON_MINOR_VERSION=5 +NOTIFICATION_DAEMON_MAJOR_VERSION=1 +NOTIFICATION_DAEMON_MINOR_VERSION=3 NOTIFICATION_DAEMON_MICRO_VERSION=0 NOTIFICATION_DAEMON_DEVEL_VERSION=0 @@ -257,6 +257,8 @@ src/Makefile src/daemon/Makefile src/capplet/Makefile src/themes/Makefile +src/themes/coco/Makefile +src/themes/nodoka/Makefile src/themes/slider/Makefile src/themes/standard/Makefile ]) |