Bump to 0.1.13
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 20 Nov 2012 14:34:31 +0000 (15:34 +0100)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 20 Nov 2012 14:34:31 +0000 (15:34 +0100)
src/version.h

index 19881af..26004e2 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   12   /*!< patch library version */
+#define CR_PATCH_VERSION   13   /*!< patch library version */
 /**@}*/
 
 #ifdef __cplusplus