diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-08-23 11:27:38 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-08-23 11:27:38 +0000 |
| commit | d9eb64a436c4ddfe30ba5454d1becd765c3cb7d5 (patch) | |
| tree | db18b26b866d7c243f68c9172ef227a2183c12e0 /contrib/python/generate-manifest-2.5.py | |
| parent | 0c25fa3e7098c3847f4fc3eb042b94d0e142b9b3 (diff) | |
| parent | f2a42025ad4e81842fb8470b0eee1a67abfd3098 (diff) | |
merge of '3fc90cd6e5ca8fdb9040cd52f97c35c106987f7b'
and 'dc3cf7cacd8aa259dc0e068dd6a8035ad9817f47'
Diffstat (limited to 'contrib/python/generate-manifest-2.5.py')
| -rwxr-xr-x | contrib/python/generate-manifest-2.5.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index 96177361fb..76a203a84f 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -9,11 +9,11 @@ import sys import time VERSION = "2.5.1" -# increase when touching python-core -BASEREV = 0 +# increase when touching python-core, this should be the same ml version as in python_2.5.1.bb +BASEREV = 1 __author__ = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -__version__ = "20070815" +__version__ = "20070823" class MakefileMaker: |
