mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 15:58:03 +02:00
cli: use the same version string as NetworkManager daemon
This commit is contained in:
parent
825d999a05
commit
f53a2aeac9
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,11 @@
|
||||||
#include "devices.h"
|
#include "devices.h"
|
||||||
#include "network-manager.h"
|
#include "network-manager.h"
|
||||||
|
|
||||||
#define NMCLI_VERSION "0.2"
|
#if defined(NM_DIST_VERSION)
|
||||||
|
# define NMCLI_VERSION NM_DIST_VERSION
|
||||||
|
#else
|
||||||
|
# define NMCLI_VERSION VERSION
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue