summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/libnma/nma-version.h.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b9252e58..20179858 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
m4_define([nma_major_version], [1])
m4_define([nma_minor_version], [8])
-m4_define([nma_micro_version], [4])
+m4_define([nma_micro_version], [5])
m4_define([nma_version],
[nma_major_version.nma_minor_version.nma_micro_version])
diff --git a/src/libnma/nma-version.h.in b/src/libnma/nma-version.h.in
index b1604ce9..44fefc02 100644
--- a/src/libnma/nma-version.h.in
+++ b/src/libnma/nma-version.h.in
@@ -68,9 +68,10 @@
#define NMA_VERSION_1_8 (NMA_ENCODE_VERSION (1, 8, 0))
#define NMA_VERSION_1_8_2 (NMA_ENCODE_VERSION (1, 8, 2))
#define NMA_VERSION_1_8_4 (NMA_ENCODE_VERSION (1, 8, 4))
+#define NMA_VERSION_1_8_6 (NMA_ENCODE_VERSION (1, 8, 6))
-#define NMA_VERSION_CUR_STABLE NMA_VERSION_1_8_2
-#define NMA_VERSION_NEXT_STABLE NMA_VERSION_1_8_4
+#define NMA_VERSION_CUR_STABLE NMA_VERSION_1_8_4
+#define NMA_VERSION_NEXT_STABLE NMA_VERSION_1_8_6
#define NMA_VERSION NMA_ENCODE_VERSION (NMA_MAJOR_VERSION, NMA_MINOR_VERSION, NMA_MICRO_VERSION)