mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 02:00:14 +01:00
release: bump version to 1.6.2
This commit is contained in:
parent
cef2c19623
commit
037a12f96e
2 changed files with 5 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
dnl The NM version number
|
||||
m4_define([nm_major_version], [1])
|
||||
m4_define([nm_minor_version], [6])
|
||||
m4_define([nm_micro_version], [1])
|
||||
m4_define([nm_micro_version], [2])
|
||||
m4_define([nm_version],
|
||||
[nm_major_version.nm_minor_version.nm_micro_version])
|
||||
|
||||
|
|
|
|||
|
|
@ -70,9 +70,11 @@
|
|||
#define NM_VERSION_1_2 (NM_ENCODE_VERSION (1, 2, 0))
|
||||
#define NM_VERSION_1_4 (NM_ENCODE_VERSION (1, 4, 0))
|
||||
#define NM_VERSION_1_6 (NM_ENCODE_VERSION (1, 6, 0))
|
||||
#define NM_VERSION_1_6_2 (NM_ENCODE_VERSION (1, 6, 2))
|
||||
#define NM_VERSION_1_6_4 (NM_ENCODE_VERSION (1, 6, 4))
|
||||
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_4
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_6
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_6_2
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_6_4
|
||||
|
||||
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue