diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-16 11:58:51 +0100 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-16 11:58:51 +0100 |
commit | 133a997755c1e4e80d07cc1028ef74cdd50e45f0 (patch) | |
tree | 904bdbdc1d422bd5b38232dbbb101a40381e38fe /Documentation | |
parent | PyQt4: version bump,/ Qscintilla: Update patch / update package.mask (diff) | |
download | qt-133a997755c1e4e80d07cc1028ef74cdd50e45f0.tar.gz qt-133a997755c1e4e80d07cc1028ef74cdd50e45f0.tar.bz2 qt-133a997755c1e4e80d07cc1028ef74cdd50e45f0.zip |
PyQt4/sip: Automatic version bump, remove old
Diffstat (limited to 'Documentation')
-rwxr-xr-x | Documentation/maintainers/bump-python-revisions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions index fc7bc29c..d6232d69 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -2,10 +2,10 @@ source /etc/init.d/functions.sh ########################## VARIABLES ############################ -PVER="4.8.4" # PyQt4 current working version -SVER="4.12.2" #$ Sip current working version +PVER="4.8.5" # PyQt4 current working version +SVER="4.12.3" #$ Sip current working version DATE="$(date +%F|sed 's/-//g')" # date to be added to ebuilds -TARGET="dev.gentooexperimental.org:~/public_html/distfiles/" +TARGET="www.gentoo-el.org:~/public_html/distfiles/" TEMP="/tmp/qting-edge-python-bump/" OVERLAY="../../" # ugly but hey dont shoot me #################################################################### |