From 237f8a102b807e2b262a2a0ad8ab2f57baefc868 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 5 Oct 2009 11:20:34 -0400 Subject: Removing the tarballs from the bazaar list. --- .bzrignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bzrignore b/.bzrignore index 37d9ae8..5a9cda4 100644 --- a/.bzrignore +++ b/.bzrignore @@ -48,3 +48,5 @@ tests/test-gtk-label tests/test-gtk-reorder-server.c tests/test-gtk-reorder-server tests/test-gtk-reorder +libdbusmenu-[0-9].[0-9].[0-9].tar.gz +libdbusmenu-[0-9].[0-9].[0-9].tar.gz.asc -- cgit v1.2.3 From 38c9adcb94c6ab0d273815705b474a801f56a59d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 5 Oct 2009 11:24:29 -0400 Subject: Version 0.1.7 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 61eec35..e9abf28 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.1.6, ted@canonical.com) +AC_INIT(libdbusmenu, 0.1.7, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.1.6) +AM_INIT_AUTOMAKE(libdbusmenu, 0.1.7) AM_MAINTAINER_MODE @@ -66,7 +66,7 @@ AC_SUBST(DBUSMENUTESTS_LIBS) ########################### LIBDBUSMENU_CURRENT=0 -LIBDBUSMENU_REVISION=6 +LIBDBUSMENU_REVISION=7 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) -- cgit v1.2.3