From 2bc171e520b435fbee8d2b0e683ef84e0751b8cb Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 9 Aug 2012 17:07:44 +0300 Subject: [PATCH] Set version to 0.50.8 --- src/csync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync.h b/src/csync.h index e24591c89..05c6c01af 100644 --- a/src/csync.h +++ b/src/csync.h @@ -51,7 +51,7 @@ extern "C" { /* csync version */ #define LIBCSYNC_VERSION_MAJOR 0 #define LIBCSYNC_VERSION_MINOR 50 -#define LIBCSYNC_VERSION_MICRO 7 +#define LIBCSYNC_VERSION_MICRO 8 #define LIBCSYNC_VERSION_INT CSYNC_VERSION_INT(LIBCSYNC_VERSION_MAJOR, \ LIBCSYNC_VERSION_MINOR, \