Changeset 145
- Timestamp:
- 10/27/04 21:39:18 (4 years ago)
- Files:
-
- trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile
r129 r145 21 21 22 22 VERSION=0.2.1 23 SNAPSHOT= 23 24 24 25 PY_DIRS=jjigw … … 78 79 79 80 dist: all 80 echo "version='$(VERSION) '" > jjigw/version.py ; \81 echo "version='$(VERSION)$(SNAPSHOT)'" > jjigw/version.py ; \ 81 82 version=`python -c "import jjigw.version; print jjigw.version.version"` ; \ 82 83 distname=jjigw-$$version ; \
