diff options
author | David Sommerseth <davids@redhat.com> | 2009-12-10 20:14:12 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-12-10 20:14:12 +0100 |
commit | b1293531b4aff02659298138dd5e4321d61d21c0 (patch) | |
tree | b415fca918e35740ac9ce595c2aa9850bb7511ca | |
parent | de2fa9f2628c95470a98703a7679e48447ca0e8a (diff) | |
download | python-dmidecode-b1293531b4aff02659298138dd5e4321d61d21c0.tar.gz python-dmidecode-b1293531b4aff02659298138dd5e4321d61d21c0.tar.xz python-dmidecode-b1293531b4aff02659298138dd5e4321d61d21c0.zip |
Changed version number to 3.10.8
-rw-r--r-- | contrib/python-dmidecode.spec | 4 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec index 0c7cba6..0d8bde2 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.7 -Release: 3%{?dist} +Version: 3.10.8 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Libraries URL: http://projects.autonomy.net.au/python-dmidecode/ diff --git a/src/version.h b/src/version.h index 133c4e2..4ea8b89 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define VERSION "3.10.7" +#define VERSION "3.10.8" |