summaryrefslogtreecommitdiffstats
path: root/ipa-python/setup.py.in
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-08-08 09:35:05 -0400
committerSimo Sorce <ssorce@redhat.com>2008-08-11 18:31:05 -0400
commit9648da8f5f5e4292451f1ba796c4fd027585fdce (patch)
treeabcc4b616dd33a9b770dd1266a1c2d700f671e70 /ipa-python/setup.py.in
parent0368d4329ae54d97b6fb5da60580beefa29d07bc (diff)
downloadfreeipa.git-9648da8f5f5e4292451f1ba796c4fd027585fdce.tar.gz
freeipa.git-9648da8f5f5e4292451f1ba796c4fd027585fdce.tar.xz
freeipa.git-9648da8f5f5e4292451f1ba796c4fd027585fdce.zip
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
Diffstat (limited to 'ipa-python/setup.py.in')
-rw-r--r--ipa-python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/setup.py.in b/ipa-python/setup.py.in
index a48b8e69..19940f38 100644
--- a/ipa-python/setup.py.in
+++ b/ipa-python/setup.py.in
@@ -52,7 +52,7 @@ def setup_package():
try:
setup(
name = "ipa",
- version = "0.6.0",
+ version = "__VERSION__",
license = "GPL",
author = "Karl MacMillan, et.al.",
author_email = "kmacmill@redhat.com",