Bump to 0.1.12
authorTomas Mlcoch <tmlcoch@redhat.com>
Thu, 15 Nov 2012 13:20:53 +0000 (14:20 +0100)
committerTomas Mlcoch <tmlcoch@redhat.com>
Thu, 15 Nov 2012 13:20:53 +0000 (14:20 +0100)
src/version.h

index 47a624b..19881af 100644 (file)
@@ -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   11   /*!< patch library version */
+#define CR_PATCH_VERSION   12   /*!< patch library version */
 /**@}*/
 
 #ifdef __cplusplus