summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-03-16 13:48:26 -0400
committerMike Gilbert <floppym@gentoo.org>2014-03-16 14:00:02 -0400
commitdc0ca6a3c7448a4d1c30292ee0099fd3974121b3 (patch)
tree2dd2044412db2d8b452b37c47918e14ba6b019c7
parentSource /lib/gentoo/functions.sh, bug 504130. (diff)
downloadpython-updater-dc0ca6a3c7448a4d1c30292ee0099fd3974121b3.tar.gz
python-updater-dc0ca6a3c7448a4d1c30292ee0099fd3974121b3.tar.bz2
python-updater-dc0ca6a3c7448a4d1c30292ee0099fd3974121b3.zip
Bump to version 0.12.python-updater-0.12
-rw-r--r--python-updater.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater.in b/python-updater.in
index 7fc535d..f079316 100644
--- a/python-updater.in
+++ b/python-updater.in
@@ -25,7 +25,7 @@ if [[ "${BASH_VERSINFO[0]}" -lt 4 ]]; then
exit 1
fi
-VERSION="0.11"
+VERSION="0.12"
OLD_PYTHON_VERSIONS=""
OLD_PYTHON2_VERSIONS=""
OLD_PYTHON3_VERSIONS=""