From e844e785b5eff1d42f8ae69a89f8808c08b5f371 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Tue, 27 Nov 2012 08:55:44 +0100 Subject: [PATCH] Bump to 0.1.14 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 26004e2..6e8d506 100644 --- a/src/version.h +++ b/src/version.h @@ -30,7 +30,7 @@ extern "C" { /**@{*/ #define CR_MAJOR_VERSION 0 /*!< major library version */ #define CR_MINOR_VERSION 1 /*!< minor library version */ -#define CR_PATCH_VERSION 13 /*!< patch library version */ +#define CR_PATCH_VERSION 14 /*!< patch library version */ /**@}*/ #ifdef __cplusplus -- 2.7.4