From 7204b9bdd8e097eab2906a14aec4d3a3ff710e03 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 e415e80e26..df0d811781 100644 --- a/src/csync.h +++ b/src/csync.h @@ -50,7 +50,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, \