From c290cace9ecaa8a5ac347d38ac3ed5691de6d1eb Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 7 Jan 2018 06:26:10 +0000 Subject: [PATCH] Revert "Release 0.10.6" This reverts commit 4fb3244e82ffdd480e079235d27c106542e9168d. --- NEWS | 16 +++++++++++++--- config/ola_version.m4 | 2 +- debian/changelog | 6 ------ 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 7b134f7192..fd914ba180 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -06/01/2018 ola-0.10.6 +x/y/2018 ola-0.10.6 + Features: + * + + API: + * + + RDM Tests: + * + Bugs: * Renamed fempto(sic) to femto in the RDM code (C++ and Python) * Renamed terra(sic) to tera in the RDM code (C++ and Python) @@ -8,8 +17,9 @@ function * Fix lots of minor documentation spelling errors found by spellintian and codespell - * Renamed protocol convertor(sic) to protocol converter in the RDM code (C++ - and Python) + + Internal: + * 17/07/2017 ola-0.10.5 Features: diff --git a/config/ola_version.m4 b/config/ola_version.m4 index 8d71f16c7c..811b339ba0 100644 --- a/config/ola_version.m4 +++ b/config/ola_version.m4 @@ -19,7 +19,7 @@ # ----------------------------------------------------------------------------- m4_define([ola_major_version], [0]) m4_define([ola_minor_version], [10]) -m4_define([ola_revision_version], [6]) +m4_define([ola_revision_version], [5]) m4_define([ola_version], [ola_major_version.ola_minor_version.ola_revision_version]) diff --git a/debian/changelog b/debian/changelog index b6d62c28b7..f4a48f208d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -ola (0.10.6-1) unstable; urgency=low - - * New upstream release - - -- Simon Newton Sat, 01 Jan 2018 23:41:00 +0000 - ola (0.10.5-1) unstable; urgency=low * New upstream release