summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/python-dmidecode.spec5
-rw-r--r--debian/changelog6
-rw-r--r--src/version.h2
3 files changed, 11 insertions, 2 deletions
diff --git a/contrib/python-dmidecode.spec b/contrib/python-dmidecode.spec
index e31dd0e..ccd93d7 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.10.12
+Version: 3.10.13
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/python-dmidecode/
%changelog
+* Thu Jun 03 2010 Nima Talebi <nima@it.net.au> - 3.10.13-1
+- Update to new release
+
* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 3.10.12-1
- Update to new release
diff --git a/debian/changelog b/debian/changelog
index 11e3ef9..4bd61c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-dmidecode (3.10.13-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Nima Talebi <nima@it.net.au> Thu, 03 Jun 2010 19:56:38 +1000
+
python-dmidecode (3.10.12-2) unstable; urgency=low
* Added a missing dependency (Closes: Bug#578891) - thanks to Sven Wick for
diff --git a/src/version.h b/src/version.h
index 912de39..742a13f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define VERSION "3.10.12"
+#define VERSION "3.10.13"