summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
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 ***************************