From de95459b4e512b07c9436094261ab10fc45ca720 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Wed, 3 Oct 2012 12:48:05 +0200 Subject: [PATCH] Bump to 0.1.10 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 70538d6..9d6dbd5 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 9 /*!< patch library version */ +#define CR_PATCH_VERSION 10 /*!< patch library version */ /**@}*/ #ifdef __cplusplus -- 2.7.4