summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-23 11:20:51 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-23 11:20:51 +0000
commitf2775f8f90fc58cd5dc6e632c088a976e8c92a04 (patch)
tree82ce338848d03466189f736b196effb2ad826dd0 /contrib
parent0c25fa3e7098c3847f4fc3eb042b94d0e142b9b3 (diff)
parent835c87ebfe46cfc49d03fa9c942b39aa85807a08 (diff)
merge of '3fc90cd6e5ca8fdb9040cd52f97c35c106987f7b'
and 'dd6e61bbe142013de981e7c21ec321925aa41d52'
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/python/generate-manifest-2.5.py6
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: