From c3d186419708e52123137d23a3fe052ff78267ad Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Mon, 7 Mar 2016 10:24:15 +0100 Subject: [PATCH] VERSION_CURRENT++ --- include/bdsm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bdsm.h b/include/bdsm.h index 2567adc..5554a2a 100644 --- a/include/bdsm.h +++ b/include/bdsm.h @@ -31,8 +31,8 @@ #ifndef __BDSM_H_ #define __BDSM_H_ -#define BDSM_VERSION_CURRENT 2 -#define BDSM_VERSION_REVISION 1 +#define BDSM_VERSION_CURRENT 3 +#define BDSM_VERSION_REVISION 0 #define BDSM_VERSION_AGE 0 #include "bdsm/netbios_ns.h"