mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 19:20:12 +01:00
release: bump version to 1.10.9 (development)
This commit is contained in:
parent
cb96d787c9
commit
7ce845a2a2
2 changed files with 3 additions and 2 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], [10])
|
||||
m4_define([nm_micro_version], [8])
|
||||
m4_define([nm_micro_version], [9])
|
||||
m4_define([nm_version],
|
||||
[nm_major_version.nm_minor_version.nm_micro_version])
|
||||
|
||||
|
|
|
|||
|
|
@ -76,9 +76,10 @@
|
|||
#define NM_VERSION_1_10_4 (NM_ENCODE_VERSION (1, 10, 4))
|
||||
#define NM_VERSION_1_10_6 (NM_ENCODE_VERSION (1, 10, 6))
|
||||
#define NM_VERSION_1_10_8 (NM_ENCODE_VERSION (1, 10, 8))
|
||||
#define NM_VERSION_1_10_10 (NM_ENCODE_VERSION (1, 10, 10))
|
||||
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_10_8
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_8
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_10
|
||||
|
||||
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue