diff options
-rw-r--r-- | contrib/python-dmidecode.spec | 4 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | src/version.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec index 179bbd3..4d6efdd 100644 --- a/contrib/python-dmidecode.spec +++ b/contrib/python-dmidecode.spec @@ -3,8 +3,8 @@ Summary: Python module to access DMI data Name: python-dmidecode -Version: 3.10.6 -Release: 7%{?dist} +Version: 3.10.7 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Libraries URL: http://projects.autonomy.net.au/python-dmidecode/ diff --git a/debian/changelog b/debian/changelog index 2dd9228..e8190d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-dmidecode (3.10.6-4) unstable; urgency=low +python-dmidecode (3.10.7-1) unstable; urgency=low * New Upstream release. - -- Nima Talebi <nima@it.net.au> Wed, 23 Sep 2009 18:29:10 +1000 + -- Nima Talebi <nima@it.net.au> Wed, 23 Sep 2009 18:43:29 +1000 python-dmidecode (3.10.6-3) unstable; urgency=low diff --git a/src/version.h b/src/version.h index 70ea80d..133c4e2 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define VERSION "3.10.6" +#define VERSION "3.10.7" |