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
e74f310d
Commit
e74f310d
authored
Sep 18, 2018
by
Thomas Haller
Browse files
release: bump version to 1.10.13 (development)
parent
912548d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e74f310d
...
...
@@ -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
2
])
m4_define([nm_micro_version], [1
3
])
m4_define([nm_version],
[nm_major_version.nm_minor_version.nm_micro_version])
...
...
shared/nm-version-macros.h.in
View file @
e74f310d
...
...
@@ -78,9 +78,10 @@
#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_1_10_12 (NM_ENCODE_VERSION (1, 10, 12))
#define NM_VERSION_1_10_14 (NM_ENCODE_VERSION (1, 10, 14))
#define NM_VERSION_CUR_STABLE NM_VERSION_1_10_12
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_1
2
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_1
4
#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