~people-project/people-core/deep-refactoring

« back to all changes in this revision

Viewing changes to wscript

  • Committer: Ali Sabil
  • Date: 2008-12-30 15:12:55 UTC
  • Revision ID: ali.sabil@gmail.com-20081230151255-nh7ge5zlw9fyu9br
Tags: people-0.0.6
- Prepare for the 0.0.6 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
 
VERSION='0.0.5'
 
3
VERSION='0.0.6'
4
4
VERSION_MAJOR_MINOR =  ".".join(VERSION.split(".")[0:2])
5
 
VERSION_LIBTOOL =  "0.0.5"
 
5
VERSION_LIBTOOL =  "0.0.6"
6
6
APPNAME='people'
7
7
 
8
8
srcdir = '.'