summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:39:55 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-04-05 22:22:58 +0200
commit350d96a9eeb39f06ca7a139289c11f2a1d3f891c (patch)
tree385355c5d9268db7a3ff711bd6f0e086493e5ac9
parentf4b4e35c799e3a52898f8c6999c55240be4274e2 (diff)
release: bump version to 1.3.0 (development)1.3.0-dev
-rw-r--r--configure.ac4
-rw-r--r--shared/nm-version-macros.h.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6446f3f079..a7bd024a00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ([2.63])
dnl The NM version number
m4_define([nm_major_version], [1])
-m4_define([nm_minor_version], [1])
-m4_define([nm_micro_version], [92])
+m4_define([nm_minor_version], [3])
+m4_define([nm_micro_version], [0])
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/shared/nm-version-macros.h.in b/shared/nm-version-macros.h.in
index 92bc65bce1..d67aab4cc7 100644
--- a/shared/nm-version-macros.h.in
+++ b/shared/nm-version-macros.h.in
@@ -70,7 +70,7 @@
#define NM_VERSION_1_2 (NM_ENCODE_VERSION (1, 2, 0))
#define NM_VERSION_1_4 (NM_ENCODE_VERSION (1, 4, 0))
-#define NM_VERSION_CUR_STABLE NM_VERSION_1_0
-#define NM_VERSION_NEXT_STABLE NM_VERSION_1_2
+#define NM_VERSION_CUR_STABLE NM_VERSION_1_2
+#define NM_VERSION_NEXT_STABLE NM_VERSION_1_4
#endif /* __NM_VERSION_MACROS_H__ */