release: bump version to 1.0.6

This commit is contained in:
Lubomir Rintel 2015-08-27 17:58:45 +02:00
parent d3a91d1ca0
commit 8ce6c3c0ce
3 changed files with 7 additions and 5 deletions

View file

@ -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], [5])
m4_define([nm_micro_version], [6])
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 ])])

View file

@ -72,9 +72,10 @@
#define NM_VERSION_1_0_2 (NM_ENCODE_VERSION (1, 0, 2))
#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_CUR_STABLE NM_VERSION_1_0_4
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_6
#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_6
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_8
#if !defined (NM_VERSION_MIN_REQUIRED) || (NM_VERSION_MIN_REQUIRED == 0)
# undef NM_VERSION_MIN_REQUIRED

View file

@ -72,9 +72,10 @@
#define NM_VERSION_1_0_2 (NM_ENCODE_VERSION (1, 0, 2))
#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_CUR_STABLE NM_VERSION_1_0_4
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_6
#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_6
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_8
#if !defined (NM_VERSION_MIN_REQUIRED) || (NM_VERSION_MIN_REQUIRED == 0)
# undef NM_VERSION_MIN_REQUIRED