]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.1.0.
authorOleg Broytman <phd@phdru.name>
Thu, 27 Apr 2006 14:58:50 +0000 (14:58 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 27 Apr 2006 14:58:50 +0000 (14:58 +0000)
git-svn-id: file:///home/phd/archive/SVN/mimedecode@7 a778b35f-2f12-0410-a9f6-9b1356d76ba6

Makefile

index a2c2b783356b8eb03a1742b76fd904c36009a827..cc1ddb8a274557d2f18820cc9f5817045b01e794 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,10 @@ mimedecode.html \
 mimedecode.man \
 mimedecode.txt
 
-sdist: dist/mimedecode-2.0.0d.tar.gz
+sdist: dist/mimedecode-2.1.0.tar.gz
        touch sdist
 
-dist/mimedecode-2.0.0d.tar.gz: $(DISTFILES)
+dist/mimedecode-2.1.0.tar.gz: $(DISTFILES)
        umask 022 && python setup.py sdist
 
 docs: mimedecode.man mimedecode.txt mimedecode.html