From fabf189afcb737413eb6db1cdebe5156b026a20c Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 27 2015 21:13:23 +0000 Subject: Whoops, tag 0.77.1 --- diff --git a/certmonger.spec b/certmonger.spec index 9c9531e..c2a8d7f 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77 +Version: 0.77.1 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,7 +239,7 @@ exit 0 %endif %changelog -* Fri Feb 27 2014 Nalin Dahyabhai 0.77-1 +* Fri Feb 27 2015 Nalin Dahyabhai 0.77.1-1 - update to 0.77 - add initial, still rough, SCEP support (#1140241,#1161768) - add an scep-submit helper to handle part of it diff --git a/configure.ac b/configure.ac index ce8b182..3ba9476 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.77) +AC_INIT(certmonger,0.77.1) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])