From da7d34a300629580dc8fa6be2af89f51e66e3902 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Wed, 18 Feb 2015 05:41:31 -0500 Subject: [PATCH] Bump version to 2.0. When the coroutine restructuring is fully tested and debugged, it will definitely be a significant enough change for a full version bump. --- src/ndhc-defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ndhc-defines.h b/src/ndhc-defines.h index 9f227e4..4f04672 100644 --- a/src/ndhc-defines.h +++ b/src/ndhc-defines.h @@ -3,7 +3,7 @@ #define PID_FILE_DEFAULT "/var/run/ndhc.pid" #define PID_FILE_IFCH_DEFAULT "/var/run/ifchd.pid" -#define NDHC_VERSION "1.5" +#define NDHC_VERSION "2.0" #define MAX_BUF 1024 #endif /* NDHC_DEFINES_H_ */