diff --git a/configure.ac b/configure.ac index 86ce219931..888d926002 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [8]) +m4_define([nm_micro_version], [9]) m4_define([nm_version], [nm_major_version.nm_minor_version.nm_micro_version]) diff --git a/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in index cb1d545a80..01fa5ceda7 100644 --- a/shared/nm-version-macros.h.in +++ b/shared/nm-version-macros.h.in @@ -76,9 +76,10 @@ #define NM_VERSION_1_10_4 (NM_ENCODE_VERSION (1, 10, 4)) #define NM_VERSION_1_10_6 (NM_ENCODE_VERSION (1, 10, 6)) #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_CUR_STABLE NM_VERSION_1_10_8 -#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_8 +#define NM_VERSION_NEXT_STABLE NM_VERSION_1_10_10 #define NM_VERSION NM_ENCODE_VERSION (NM_MAJOR_VERSION, NM_MINOR_VERSION, NM_MICRO_VERSION)