diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-03-16 13:48:26 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-03-16 14:00:02 -0400 |
commit | dc0ca6a3c7448a4d1c30292ee0099fd3974121b3 (patch) | |
tree | 2dd2044412db2d8b452b37c47918e14ba6b019c7 | |
parent | Source /lib/gentoo/functions.sh, bug 504130. (diff) | |
download | python-updater-0.12.tar.gz python-updater-0.12.tar.bz2 python-updater-0.12.zip |
Bump to version 0.12.python-updater-0.12
-rw-r--r-- | python-updater.in | 2 |
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="" |