From 63bc384ae7a79534c2749e29ff09d6be5baf8fa2 Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 15 Dec 2020 21:29:11 +0100 Subject: [PATCH] switched to RC2 --- libretroshare/src/retroshare/rsversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/retroshare/rsversion.h b/libretroshare/src/retroshare/rsversion.h index 540eb135f8..3d853bc1fd 100644 --- a/libretroshare/src/retroshare/rsversion.h +++ b/libretroshare/src/retroshare/rsversion.h @@ -56,7 +56,7 @@ * Customize it trough qmake command line @see retroshare.pri */ #ifndef RS_EXTRA_VERSION -# define RS_EXTRA_VERSION "-RC1" +# define RS_EXTRA_VERSION "-RC2" #endif