From 4f4b31d4fca00de29da829274efc5f02d5e86236 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Sun, 6 Dec 2015 17:59:54 +0300 Subject: [PATCH] Version 0.6.1 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 12e4cc1..024ac68 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ -#define VERSION_N 0,6,0,0 -#define VERSION_S "0.6" +#define VERSION_N 0,6,1,0 +#define VERSION_S "0.6.1" #if defined(_USE_DEBUG_LOG) #define VER_NAME " [debug]"