From a7b36d825215d729c7c8c451c4febe505c81bb29 Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 10 Aug 2011 21:50:27 +0000 Subject: [PATCH] update rsversion git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4554 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/util/rsversion.h | 4 ++-- libretroshare/src/util/rsversion.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libretroshare/src/util/rsversion.h b/libretroshare/src/util/rsversion.h index ae600b492..a0500b669 100644 --- a/libretroshare/src/util/rsversion.h +++ b/libretroshare/src/util/rsversion.h @@ -7,8 +7,8 @@ #include -#define LIB_VERSION "0.5.2" -#define SVN_REVISION "Revision " +#define LIB_VERSION "0.5.2a" +#define SVN_REVISION "Revision 4550" namespace RsUtil { diff --git a/libretroshare/src/util/rsversion.in b/libretroshare/src/util/rsversion.in index 8b3b2dba7..0efe3a987 100644 --- a/libretroshare/src/util/rsversion.in +++ b/libretroshare/src/util/rsversion.in @@ -7,7 +7,7 @@ #include -#define LIB_VERSION "0.5.2" +#define LIB_VERSION "0.5.2a" #define SVN_REVISION "Revision $WCREV$" namespace RsUtil {