summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-10-14 07:06:14 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-10-31 18:01:55 +0100
commit0a4ac566987950815fc1ae8a0ec0496bd42a46ed (patch)
treefe9b6f364bc0b6290973928de592b729c0ce692b /scripts
parentb284e9a512860b8a8380be80f96cebce6b92ff80 (diff)
downloadopenembedded-core-contrib-0a4ac566987950815fc1ae8a0ec0496bd42a46ed.tar.gz
python: update generate-manifest for 2.7 version and regenerate it
* it needs to be regenerated to actually package something Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/python/generate-manifest-2.7.py (renamed from scripts/contrib/python/generate-manifest-2.6.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.6.py b/scripts/contrib/python/generate-manifest-2.7.py
index 0cc06b053e..ffd68b9f87 100755
--- a/scripts/contrib/python/generate-manifest-2.6.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -14,7 +14,7 @@ import os
import sys
import time
-VERSION = "2.6.6"
+VERSION = "2.7.2"
__author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
__version__ = "20110222.1"