diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-09-05 11:18:01 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-09-05 11:18:06 +0200 |
commit | c4e7fdf02530f13c037945d6abe70c3e11277df5 (patch) | |
tree | 0c2126d9de37dcda81d9506b39967055fbb2e591 /src/mm-context.h | |
parent | 50ec0907de15cb6311088b81d0181b10943772bc (diff) |
core: add --version option to the ModemManager daemon
It was actually included in the man page of the daemon, but we didn't have it.
Diffstat (limited to 'src/mm-context.h')
-rw-r--r-- | src/mm-context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-context.h b/src/mm-context.h index 727cbd7f..6627a601 100644 --- a/src/mm-context.h +++ b/src/mm-context.h @@ -16,8 +16,13 @@ #ifndef MM_CONTEXT_H #define MM_CONTEXT_H +#include <config.h> #include <glib.h> +#if !defined(MM_DIST_VERSION) +# define MM_DIST_VERSION VERSION +#endif + void mm_context_init (gint argc, gchar **argv); |