From dce6278a1d9aa2d5d98db77eae75feb44a5d92bb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 5 May 2008 13:53:07 +0200 Subject: [PATCH] Change set right version. --- client/csync_client.c | 2 +- src/csync.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/csync_client.c b/client/csync_client.c index 186ca4aca7..19985266df 100644 --- a/client/csync_client.c +++ b/client/csync_client.c @@ -27,7 +27,7 @@ #include -const char *argp_program_version = "csync commandline client 0.1"; +const char *argp_program_version = "csync commandline client 0.42"; const char *argp_program_bug_address = ""; /* Program documentation. */ diff --git a/src/csync.h b/src/csync.h index 796c8cea34..999e04af77 100644 --- a/src/csync.h +++ b/src/csync.h @@ -43,7 +43,7 @@ extern "C" { #define CSYNC_VERSION_MAJOR 0 #define CSYNC_VERSION_MINOR 42 #define CSYNC_VERSION_PATCH 0 -#define CSYNC_VERSION_STRING "csync version 0.42.0" +#define CSYNC_VERSION_STRING "csync version 0.42.0 prealpha" /* * csync file declarations