Changeset 145

Show
Ignore:
Timestamp:
10/27/04 21:39:18 (4 years ago)
Author:
jajcus
Message:

- snapshot version support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r129 r145  
    2121 
    2222VERSION=0.2.1 
     23SNAPSHOT= 
    2324 
    2425PY_DIRS=jjigw 
     
    7879 
    7980dist: all 
    80         echo "version='$(VERSION)'" > jjigw/version.py ; \ 
     81        echo "version='$(VERSION)$(SNAPSHOT)'" > jjigw/version.py ; \ 
    8182        version=`python -c "import jjigw.version; print jjigw.version.version"` ; \ 
    8283        distname=jjigw-$$version ; \