diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-03-19 16:15:36 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-03-19 16:15:36 +0100 |
| commit | b225b477d3f6e110bf61ccd88e4ad176504e36b0 (patch) | |
| tree | a359958930d731e9f1b59344642e10754419fe84 /shared/nm-version-macros.h | |
| parent | dd428301eb6f02542015121d7b08d9997f137e50 (diff) | |
New upstream version 1.16.0
Diffstat (limited to 'shared/nm-version-macros.h')
| -rw-r--r-- | shared/nm-version-macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/nm-version-macros.h b/shared/nm-version-macros.h index ffe13c4e..3906e7c8 100644 --- a/shared/nm-version-macros.h +++ b/shared/nm-version-macros.h @@ -37,7 +37,7 @@ * Evaluates to the minor version number of NetworkManager which this source * is compiled against. */ -#define NM_MINOR_VERSION (15) +#define NM_MINOR_VERSION (16) /** * NM_MICRO_VERSION: @@ -45,7 +45,7 @@ * Evaluates to the micro version number of NetworkManager which this source * compiled against. */ -#define NM_MICRO_VERSION (91) +#define NM_MICRO_VERSION (0) /** * NM_CHECK_VERSION: |