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
912548d3
Commit
912548d3
authored
Sep 18, 2018
by
Thomas Haller
Browse files
release: bump version to 1.10.12
parent
b74cd2a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
912548d3
...
...
@@ -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
1
])
m4_define([nm_micro_version], [1
2
])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
...
...
shared/nm-version-macros.h.in
View file @
912548d3
...
...
@@ -79,7 +79,7 @@
#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_CUR_STABLE NM_VERSION_1_10_1
0
#define NM_VERSION_CUR_STABLE NM_VERSION_1_10_1
2
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_12
#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