diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec index 8da8936..2c74597 100644 --- a/contrib/python-dmidecode.spec +++ b/contrib/python-dmidecode.spec @@ -3,7 +3,7 @@ Summary: Python module to access DMI data Name: python-dmidecode -Version: 3.12.1 +Version: 3.12.2 Release: 1%{?dist} License: GPLv2 Group: System Environment/Libraries @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/python-dmidecode/ %changelog +* Mon Jun 08 2015 Nima Talebi - 3.12.2-1 +- Update to new release + * Mon Jul 8 2013 David Sommerseth - 3.12.1-1 - Updated against upstream v3.12.1, which realigns against dmidecode 2.12 diff --git a/src/version.h b/src/version.h index e9639c1..9938205 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define VERSION "3.12.1" +#define VERSION "3.12.2"