From 277f40c8725d3c75a8c24438d633167286dbcaa5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 14 Jan 2011 17:14:54 -0500 Subject: [PATCH] Bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 71609ed..ebbe3ea 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl # Version information dnl ################################################################ LIBNOTIFY_MAJOR_VERSION=0 LIBNOTIFY_MINOR_VERSION=7 -LIBNOTIFY_MICRO_VERSION=1 +LIBNOTIFY_MICRO_VERSION=2 LIBNOTIFY_DEVEL_VERSION=0 AC_SUBST(LIBNOTIFY_MAJOR_VERSION)