From 717e743c84ef9c168501dcbc012c4212f1903581 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 16 Oct 2012 16:13:12 +0100 Subject: [PATCH] Release 1.0.2 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 74769fa..4d9fa41 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -x.y.z +1.0.2 ===== * Adjust D-Bus interface definitions to match the Node State Manager. * Fix starting through systemd if the LUC cannot be read from disk. diff --git a/configure.ac b/configure.ac index 5922bb4..68b4aab 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl *************************** m4_define([node_startup_controller_version_api_major], [1]) m4_define([node_startup_controller_version_major], [1]) m4_define([node_startup_controller_version_minor], [0]) -m4_define([node_startup_controller_version_micro], [1]) +m4_define([node_startup_controller_version_micro], [2]) m4_define([node_startup_controller_version], [node_startup_controller_version_major().node_startup_controller_version_minor().node_startup_controller_version_micro()]) dnl *************************** -- 2.7.4