summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 24949b3..33f40a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-x.y.z
+1.0.3
+=====
+* Add autogen script
+* Fix bug in node_startup_controller_application_get_property()
+* Improve documentation
+* Fix error in systemd service
+* License updates, and added SPDX license identifiers
+* Added [Install] section to systemd service
+
+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 60e4bd8..551b950 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], [3])
m4_define([node_startup_controller_version], [node_startup_controller_version_major().node_startup_controller_version_minor().node_startup_controller_version_micro()])
dnl ***************************