summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-16 16:08:13 +0100
committerThomas Haller <thaller@redhat.com>2018-01-22 08:36:17 +0100
commitc44861bf11c395c1de7db8ee669247298d8c77d5 (patch)
treeabce01156789981343908575e739558149a65e9b
parentd0cd40b3677dc1f8ea9df84de38fb1ba209c7808 (diff)
downloadNetworkManager-th/version-macros.tar.gz
version: add reminder comment for adding version macros to configure.acth/version-macros
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 55d9cebb36..f4167b7385 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,9 @@
AC_PREREQ([2.63])
dnl The NM version number
+dnl
+dnl XXX: Remember to add corresponding NM_VERSION_x_y macros
+dnl in "shared/nm-version-macros.h.in"
m4_define([nm_major_version], [1])
m4_define([nm_minor_version], [11])
m4_define([nm_micro_version], [1])