summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--certmaster.spec4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 75ae2b5..027ae44 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
VERSION = 0.24
-RELEASE = 4
+RELEASE = 5
NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
PYTHON = /usr/bin/python
diff --git a/certmaster.spec b/certmaster.spec
index 3c90f4d..e03ec78 100644
--- a/certmaster.spec
+++ b/certmaster.spec
@@ -17,7 +17,7 @@
Summary: Remote certificate distribution framework
Name: certmaster
Version: 0.24
-Release: 4%{?dist}
+Release: 5%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
Group: Applications/System
@@ -130,7 +130,7 @@ fi
%changelog
-* Wed Feb 18 2009 Adrian Likins <alikins@redhat.com> - 0.24.4
+* Wed Feb 18 2009 Adrian Likins <alikins@redhat.com> - 0.24.5
- remove version file
* Mon Jan 19 2009 Adrian Likins <alikins@redhat.com> - 0.24.4