From b9d6427415b0999c2e6a99f346976489d5db8575 Mon Sep 17 00:00:00 2001 From: defnax Date: Sun, 31 Jul 2011 16:05:13 +0000 Subject: [PATCH] update rsversion git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4507 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/util/rsversion.h | 2 +- libretroshare/src/util/rsversion.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretroshare/src/util/rsversion.h b/libretroshare/src/util/rsversion.h index 1483843c9..ae600b492 100644 --- a/libretroshare/src/util/rsversion.h +++ b/libretroshare/src/util/rsversion.h @@ -7,7 +7,7 @@ #include -#define LIB_VERSION "0.5.1d" +#define LIB_VERSION "0.5.2" #define SVN_REVISION "Revision " namespace RsUtil { diff --git a/libretroshare/src/util/rsversion.in b/libretroshare/src/util/rsversion.in index 6013df8fc..8b3b2dba7 100644 --- a/libretroshare/src/util/rsversion.in +++ b/libretroshare/src/util/rsversion.in @@ -7,7 +7,7 @@ #include -#define LIB_VERSION "0.5.1d" +#define LIB_VERSION "0.5.2" #define SVN_REVISION "Revision $WCREV$" namespace RsUtil {