[yum-cvs] yum/yum plugins.py,1.38,1.39
Seth Vidal
skvidal at linux.duke.edu
Thu Apr 26 04:00:26 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv15761
Modified Files:
plugins.py
Log Message:
iterate plugin minor version number
Index: plugins.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/plugins.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- plugins.py 24 Apr 2007 20:06:00 -0000 1.38
+++ plugins.py 26 Apr 2007 04:00:24 -0000 1.39
@@ -54,7 +54,7 @@
# API, the major version number must be incremented and the minor version number
# reset to 0. If a change is made that doesn't break backwards compatibility,
# then the minor number must be incremented.
-API_VERSION = '2.5'
+API_VERSION = '2.6'
class DeprecatedInt(int):
'''
More information about the Yum-cvs-commits
mailing list