mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-28 14:30:35 +01:00
release: bump version to 1.6.4
This commit is contained in:
parent
93aea204f7
commit
6ef7e37553
2 changed files with 4 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], [3])
|
||||
m4_define([nm_micro_version], [4])
|
||||
m4_define([nm_version],
|
||||
[nm_major_version.nm_minor_version.nm_micro_version])
|
||||
|
||||
|
|
|
|||
|
|
@ -72,9 +72,10 @@
|
|||
#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_1_6_6 (NM_ENCODE_VERSION (1, 6, 6))
|
||||
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_6_2
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_6_4
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_6_4
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_6_6
|
||||
|
||||
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue