summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-08-25 09:50:22 +0000
committerAli Polatel <hawking@gentoo.org>2008-08-25 09:50:22 +0000
commit9e871124d1da97c7ce49a1d6c73d87e2fef23544 (patch)
treeab161f5fa35b00bb5294c52c6177b9009d75fa77 /python-updater
parentEcho the PMS command before running, #232860. (diff)
downloadpython-updater-9e871124d1da97c7ce49a1d6c73d87e2fef23544.tar.gz
python-updater-9e871124d1da97c7ce49a1d6c73d87e2fef23544.tar.bz2
python-updater-9e871124d1da97c7ce49a1d6c73d87e2fef23544.zip
Tag version 0.6
Diffstat (limited to 'python-updater')
-rwxr-xr-xpython-updater2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater b/python-updater
index 02ae714..dff71fb 100755
--- a/python-updater
+++ b/python-updater
@@ -23,7 +23,7 @@
# PKGS_MASKED = list of packages that are installed, but masked.
#
-VERSION="0.5"
+VERSION="0.6"
NEW_PY_VER=$(python -V 2>&1 | sed 's:Python ::' | cut -d. -f1-2)
PKGS_EXCEPTIONS="dev-lang/python sys-apps/portage"