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