Bump to 0.1.15
authorTomas Mlcoch <tmlcoch@redhat.com>
Mon, 11 Feb 2013 08:06:30 +0000 (09:06 +0100)
committerTomas Mlcoch <tmlcoch@redhat.com>
Mon, 11 Feb 2013 08:06:30 +0000 (09:06 +0100)
src/version.h

index 6e8d506..8131a5f 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   14   /*!< patch library version */
+#define CR_PATCH_VERSION   15   /*!< patch library version */
 /**@}*/
 
 #ifdef __cplusplus