Bump to 0.1.10
authorTomas Mlcoch <tmlcoch@redhat.com>
Wed, 3 Oct 2012 10:48:05 +0000 (12:48 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Wed, 3 Oct 2012 10:48:05 +0000 (12:48 +0200)
src/version.h

index 70538d6..9d6dbd5 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      /*!< patch library version */
+#define CR_PATCH_VERSION   10   /*!< patch library version */
 /**@}*/
 
 #ifdef __cplusplus