mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 13:40:10 +01:00
release: bump version to 1.11.0 (development)
This commit is contained in:
parent
de6b348bfc
commit
c2c44d16f4
2 changed files with 16 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ AC_PREREQ([2.63])
|
|||
|
||||
dnl The NM version number
|
||||
m4_define([nm_major_version], [1])
|
||||
m4_define([nm_minor_version], [9])
|
||||
m4_define([nm_micro_version], [90])
|
||||
m4_define([nm_minor_version], [11])
|
||||
m4_define([nm_micro_version], [0])
|
||||
m4_define([nm_version],
|
||||
[nm_major_version.nm_minor_version.nm_micro_version])
|
||||
|
||||
|
|
|
|||
|
|
@ -146,4 +146,18 @@
|
|||
# define NM_AVAILABLE_IN_1_10
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MIN_REQUIRED >= NM_VERSION_1_12
|
||||
# define NM_DEPRECATED_IN_1_12 G_DEPRECATED
|
||||
# define NM_DEPRECATED_IN_1_12_FOR(f) G_DEPRECATED_FOR(f)
|
||||
#else
|
||||
# define NM_DEPRECATED_IN_1_12
|
||||
# define NM_DEPRECATED_IN_1_12_FOR(f)
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_12
|
||||
# define NM_AVAILABLE_IN_1_12 G_UNAVAILABLE(1,12)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_12
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue