From 531c09f5b3564ce98c2a1b450a6c2656ddb67acb Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 2 Apr 2012 10:38:12 +0200 Subject: [PATCH] Push csync release to next internal beta 0.50.4. --- src/csync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync.h b/src/csync.h index ec34dc008..5e8e3c1c0 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 3 +#define LIBCSYNC_VERSION_MICRO 4 #define LIBCSYNC_VERSION_INT CSYNC_VERSION_INT(LIBCSYNC_VERSION_MAJOR, \ LIBCSYNC_VERSION_MINOR, \