diff options
-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" |