From 9648da8f5f5e4292451f1ba796c4fd027585fdce Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 8 Aug 2008 09:35:05 -0400 Subject: Fix versioning for configure.ac and ipa-python/setup.py Fix make maintainer-clean Also make RPM naming consistent by using a temp RELEASE file. This one helps when testing builds using rpms. Just 'echo X > RELEASE' to build a new rpms (X, X+1, X+2 ...) Version 1.1.0 was released some times ago, bump up to 1.1.1 --- ipa-server/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-server/Makefile.am') diff --git a/ipa-server/Makefile.am b/ipa-server/Makefile.am index a0e8bdad9..6fb854d3e 100644 --- a/ipa-server/Makefile.am +++ b/ipa-server/Makefile.am @@ -62,6 +62,7 @@ MAINTAINERCLEANFILES = \ Makefile.in \ config.h.* \ aclocal.m4 \ + version.m4 \ ipa-server.spec \ py-compile \ $(NULL) -- cgit