mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
release: bump version to 1.0.8
This commit is contained in:
parent
0414e61e9a
commit
faea1ff074
4 changed files with 16 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], [0])
|
||||
m4_define([nm_micro_version], [7])
|
||||
m4_define([nm_micro_version], [8])
|
||||
m4_define([nm_version],
|
||||
[nm_major_version.nm_minor_version.nm_micro_version])
|
||||
m4_define([nm_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
|
||||
|
|
|
|||
|
|
@ -71,8 +71,9 @@
|
|||
#define NM_VERSION_1_0_4 (NM_ENCODE_VERSION (1, 0, 4))
|
||||
#define NM_VERSION_1_0_6 (NM_ENCODE_VERSION (1, 0, 6))
|
||||
#define NM_VERSION_1_0_8 (NM_ENCODE_VERSION (1, 0, 8))
|
||||
#define NM_VERSION_1_0_10 (NM_ENCODE_VERSION (1, 0, 10))
|
||||
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_6
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_8
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_8
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_10
|
||||
|
||||
#endif /* __NM_VERSION_MACROS_H__ */
|
||||
|
|
|
|||
|
|
@ -88,4 +88,10 @@
|
|||
# define NM_AVAILABLE_IN_1_0_6
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_0_8
|
||||
# define NM_AVAILABLE_IN_1_0_8 G_UNAVAILABLE(1,0.8)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_0_8
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
|
|
@ -88,4 +88,10 @@
|
|||
# define NM_AVAILABLE_IN_1_0_6
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_0_8
|
||||
# define NM_AVAILABLE_IN_1_0_8 G_UNAVAILABLE(1,0.8)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_0_8
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue