Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Kang
NetworkManager
Commits
4e0804b7
Commit
4e0804b7
authored
Nov 20, 2018
by
Beniamino Galvani
Browse files
release: bump version to 1.10.15 (development)
parent
19339501
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4e0804b7
...
...
@@ -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], [1
4
])
m4_define([nm_micro_version], [1
5
])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
...
...
shared/nm-version-macros.h.in
View file @
4e0804b7
...
...
@@ -79,9 +79,10 @@
#define NM_VERSION_1_10_10 (NM_ENCODE_VERSION (1, 10, 10))
#define NM_VERSION_1_10_12 (NM_ENCODE_VERSION (1, 10, 12))
#define NM_VERSION_1_10_14 (NM_ENCODE_VERSION (1, 10, 14))
#define NM_VERSION_1_10_16 (NM_ENCODE_VERSION (1, 10, 16))
#define NM_VERSION_CUR_STABLE NM_VERSION_1_10_14
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_1
4
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_1
6
#define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment