[notification-daemon] 0.7.6



commit e01383bc5cda560556d28876f627df788b746c07
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 3 10:48:10 2012 -0400

    0.7.6

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a41d1b4..dff69c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+NEW in 0.7.6:
+==============
+- Fix a wrong loop condition
+- Translation updates (Marathi)
+
 NEW in 0.7.5:
 ==============
 - Translation updates (Hindi, Catalan)
diff --git a/configure.ac b/configure.ac
index a942c69..2bf86f7 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([notification-daemon],[0.7.5],[https://bugzilla.gnome.org/enter_bug.cgi?product=notification-daemon],[notification-daemon])
+AC_INIT([notification-daemon],[0.7.6],[https://bugzilla.gnome.org/enter_bug.cgi?product=notification-daemon],[notification-daemon])
 AC_PREREQ(2.63)
 
 AC_CONFIG_HEADERS([config.h])
@@ -15,7 +15,7 @@ dnl # Version information
 dnl ################################################################
 NOTIFICATION_DAEMON_MAJOR_VERSION=0
 NOTIFICATION_DAEMON_MINOR_VERSION=7
-NOTIFICATION_DAEMON_MICRO_VERSION=5
+NOTIFICATION_DAEMON_MICRO_VERSION=6
 NOTIFICATION_DAEMON_DEVEL_VERSION=0
 
 NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_MAJOR_VERSION.$NOTIFICATION_DAEMON_MINOR_VERSION.$NOTIFICATION_DAEMON_MICRO_VERSION



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]