From 26aff2d7441e4e06ab9ec25826df032d310e9fcd Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 18 Jun 2012 17:25:32 +0200 Subject: [PATCH] Bumped version to 0.50.7 --- src/csync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync.h b/src/csync.h index cffd93ad9..81d07517c 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 6 +#define LIBCSYNC_VERSION_MICRO 7 #define LIBCSYNC_VERSION_INT CSYNC_VERSION_INT(LIBCSYNC_VERSION_MAJOR, \ LIBCSYNC_VERSION_MINOR, \