mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 15:50:07 +01:00
release: bump version to 1.4.6
This commit is contained in:
parent
29cbe0d7fb
commit
2e32ec587b
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], [4])
|
||||
m4_define([nm_micro_version], [5])
|
||||
m4_define([nm_micro_version], [6])
|
||||
m4_define([nm_version],
|
||||
[nm_major_version.nm_minor_version.nm_micro_version])
|
||||
|
||||
|
|
|
|||
|
|
@ -72,8 +72,9 @@
|
|||
#define NM_VERSION_1_4_2 (NM_ENCODE_VERSION (1, 4, 2))
|
||||
#define NM_VERSION_1_4_4 (NM_ENCODE_VERSION (1, 4, 4))
|
||||
#define NM_VERSION_1_4_6 (NM_ENCODE_VERSION (1, 4, 6))
|
||||
#define NM_VERSION_1_4_8 (NM_ENCODE_VERSION (1, 4, 8))
|
||||
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_4_4
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_4_6
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_4_6
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_4_8
|
||||
|
||||
#endif /* __NM_VERSION_MACROS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue