cli: use the same version string as NetworkManager daemon

This commit is contained in:
Jiří Klimeš 2010-04-26 11:05:36 +02:00
parent 825d999a05
commit f53a2aeac9

View file

@ -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 {