From: Adrian Likins Date: Wed, 3 Jun 2009 20:42:35 +0000 (-0400) Subject: rev to 0.24.9 for a test release X-Git-Tag: v0.25~1 X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=commitdiff_plain;h=e2f635bb3294d13a29420ab0d0aab5ace0cfe03f rev to 0.24.9 for a test release --- diff --git a/Makefile b/Makefile index ec8cad3..df817ed 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.25 +VERSION = 0.24.9 RELEASE = 1 PYTHON = /usr/bin/python diff --git a/certmaster.spec b/certmaster.spec index 3db7d9d..506bc11 100644 --- a/certmaster.spec +++ b/certmaster.spec @@ -16,7 +16,7 @@ Summary: Remote certificate distribution framework Name: certmaster -Version: 0.25 +Version: 0.24.9 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ diff --git a/setup.py b/setup.py index de57040..98f8778 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup #from setuptools import setup,find_packages NAME = "certmaster" -VERSION = "0.25" +VERSION = "0.24.9" SHORT_DESC = "%s remote configuration and management api" % NAME LONG_DESC = """ A small pluggable xml-rpc daemon used by %s to implement various web services hooks