Bump to 0.1.8
authorTomas Mlcoch <tmlcoch@redhat.com>
Wed, 15 Aug 2012 14:57:09 +0000 (16:57 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Wed, 15 Aug 2012 14:57:09 +0000 (16:57 +0200)
src/version.h

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