From a5c7c3d6a3c2c5fc4ea4f2705710c07a9452fa83 Mon Sep 17 00:00:00 2001 From: JoungKyun Kim Date: Tue, 16 Feb 2016 18:44:35 +0000 Subject: [PATCH] version fixed --- debian/changelog | 1 + krversion.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41dee54..0be92c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libkrisp (3.1.5-1) stable; urgency=low * support windows native binary use MinGW32 with Code Blocks workspace * fixed build error and shared library on cygwin + * fixed access uninitialized variable -- JoungKyun Kim (OOPS Development) Fri, 14 Feb 2014 04:21:16 +0900 diff --git a/krversion.h b/krversion.h index dc46504..77ec387 100644 --- a/krversion.h +++ b/krversion.h @@ -5,8 +5,8 @@ #ifndef KR_VERSION_H #define KR_VERSION_H -#define KRISP_VERSION "3.1.5-dev" -#define KRISP_UVERSION "003001005-dev" +#define KRISP_VERSION "3.1.5" +#define KRISP_UVERSION "003001005" #endif