summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-04-02 00:23:36 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-04-02 00:26:17 +0200
commit5fea022c0eb474d933ae7d7a8503d46f84df2b3d (patch)
tree0916c3818089ce0731f7cc5498455cfb9eae6432
parent077d4cbe0415912a728d9ff1f5d6a5ad2410462f (diff)
release: bump version to 1.0.121.0.12
-rw-r--r--configure.ac2
-rw-r--r--include/nm-version-macros.h.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7384ac681c..2bcaf5ea58 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], [0])
-m4_define([nm_micro_version], [10])
+m4_define([nm_micro_version], [12])
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 ])])
diff --git a/include/nm-version-macros.h.in b/include/nm-version-macros.h.in
index 0051e00551..5dcaa75a10 100644
--- a/include/nm-version-macros.h.in
+++ b/include/nm-version-macros.h.in
@@ -73,8 +73,9 @@
#define NM_VERSION_1_0_8 (NM_ENCODE_VERSION (1, 0, 8))
#define NM_VERSION_1_0_10 (NM_ENCODE_VERSION (1, 0, 10))
#define NM_VERSION_1_0_12 (NM_ENCODE_VERSION (1, 0, 12))
+#define NM_VERSION_1_0_14 (NM_ENCODE_VERSION (1, 0, 14))
-#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_10
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_12
+#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_12
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_14
#endif /* __NM_VERSION_MACROS_H__ */