From 662a54e32d670f46215a855386799d0be175bcfb Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 14 2011 14:36:21 +0000 Subject: - actually bump the version --- diff --git a/certmonger.spec b/certmonger.spec index 6c0c555..a655b12 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.33 +Version: 0.34 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -109,7 +109,7 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog -* Tue Jan 11 2011 Nalin Dahyabhai 0.34-1 +* Fri Jan 14 2011 Nalin Dahyabhai 0.34-1 - update to 0.34 - explicitly note the number of requests we're tracking in the output of "getcert list" (#652049) diff --git a/configure.ac b/configure.ac index 09f8905..40905ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.33) +AC_INIT(certmonger,0.34) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE