From f5f998105eb43231ae6c7ebe75469d1b2d98604b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 13 2009 22:24:38 +0000 Subject: - call this 0.10 --- diff --git a/certmonger.spec b/certmonger.spec index f5a8bc8..dcc0e71 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.9 +Version: 0.10 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -81,6 +81,10 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Fri Nov 13 2009 Nalin Dahyabhai 0.10-1 +- update to 0.10 + - add some compiler warnings and then fix them + * Fri Nov 13 2009 Nalin Dahyabhai 0.9-1 - update to 0.9 - run external submission helpers correctly diff --git a/configure.ac b/configure.ac index 85255be..ce136d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.9) +AC_INIT(certmonger,0.10) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE AC_PROG_CC