diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-09 11:38:50 +0300 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-09 11:38:50 +0300 |
commit | d8132dab307c03b12da44275f93685aefc537388 (patch) | |
tree | a80d5904d5304500686946e4cc027b86b9c101ff /Documentation | |
parent | dev-util/qt-creator: remove rc release (diff) | |
download | qt-d8132dab307c03b12da44275f93685aefc537388.tar.gz qt-d8132dab307c03b12da44275f93685aefc537388.tar.bz2 qt-d8132dab307c03b12da44275f93685aefc537388.zip |
PyQt4/sip: Automatic version bump, remove old
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/maintainers/bump-python-revisions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions index 69b62696..89e46920 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -3,7 +3,7 @@ source /etc/init.d/functions.sh ########################## VARIABLES ############################ PVER="4.8.6" # PyQt4 current working version -SVER="4.12.4" #$ Sip current working version +SVER="4.12.5" #$ Sip current working version DATE="$(date +%F|sed 's/-//g')" # date to be added to ebuilds TARGET="www.gentoo-el.org:~/public_html/distfiles/" TEMP="/tmp/qting-edge-python-bump/" |