[yum-git] Branch 'yum-3_2_X' - yum/__init__.py yum.spec
Seth Vidal
skvidal at linux.duke.edu
Tue Jul 8 21:03:35 UTC 2008
yum.spec | 5 ++++-
yum/__init__.py | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 22e6d5c7161c34d4b68a1aacb5fedde2dc29d7a2
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Tue Jul 8 17:01:38 2008 -0400
mark as 3.2.17
diff --git a/yum.spec b/yum.spec
index 8ad25e6..6b67412 100644
--- a/yum.spec
+++ b/yum.spec
@@ -1,6 +1,6 @@
Summary: RPM installer/updater
Name: yum
-Version: 3.2.16
+Version: 3.2.17
Release: 0
License: GPL
Group: System Environment/Base
@@ -99,6 +99,9 @@ exit 0
%{_mandir}/man*/yum-updatesd*
%changelog
+* Wed Jul 8 2008 Seth Vidal <skvidal at fedoraproject.org>
+- 3.2.17
+
* Wed May 14 2008 Seth Vidal <skvidal at fedoraproject.org>
- 3.2.16
diff --git a/yum/__init__.py b/yum/__init__.py
index ce40791..f351906 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -72,7 +72,7 @@ import string
from urlgrabber.grabber import default_grabber
-__version__ = '3.2.16'
+__version__ = '3.2.17'
# Setup a default_grabber UA here that says we are yum, done using the global
# so that other API users can easily add to it if they want.
More information about the Yum-cvs-commits
mailing list