From 68eabfa5281c9ab3ffc18185c88a0cd311d90001 Mon Sep 17 00:00:00 2001 From: Simon Newton Date: Mon, 13 Jul 2015 09:26:43 -0700 Subject: [PATCH] Setup for the 0.9.7 release. --- NEWS | 2 +- config/ola_version.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1133b39b1f..f100746352 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -x/y/2015 ola-0.9.7 +13/7/2015 ola-0.9.7 Bugs: * RDM NACK codes displayed with incorrect byte ordering in the C++ client #812 * Fix endian issues on s390x and PPC architectures. diff --git a/config/ola_version.m4 b/config/ola_version.m4 index 4e7e314235..2ad5601615 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], [9]) -m4_define([ola_revision_version], [6]) +m4_define([ola_revision_version], [7]) m4_define([ola_version], [ola_major_version.ola_minor_version.ola_revision_version])