From f1817650b28c2e17c57ff8666520c4e02b0eae65 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sun, 12 May 2013 18:39:48 +0200
Subject: [PATCH] Bumped version to 2.14.0.
The cmdline parameter handling as become quite incompatible to 2.13.3 so it seems
appropriate to increase the minor version.
---
src/common/version.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/common/version.c b/src/common/version.c
index 7264e79ef..e5d52c02d 100644
--- a/src/common/version.c
+++ b/src/common/version.c
@@ -45,8 +45,8 @@
#define VER_MAJOR 2U
-#define VER_MINOR 13U
-#define VER_PATCH 9U
+#define VER_MINOR 14U
+#define VER_PATCH 0U
#define VER_RC 0U
--
2.39.5