Bump to 0.1.7
authorTomas Mlcoch <tmlcoch@redhat.com>
Thu, 26 Jul 2012 08:44:13 +0000 (10:44 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Thu, 26 Jul 2012 08:44:13 +0000 (10:44 +0200)
src/version.h

index ad20f5a..041bca7 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   6    /*!< patch library version */
+#define CR_PATCH_VERSION   7    /*!< patch library version */
 /**@}*/
 
 #ifdef __cplusplus