diff --git a/libretroshare/src/retroshare/rsversion.h b/libretroshare/src/retroshare/rsversion.h index 938da5711..540eb135f 100644 --- a/libretroshare/src/retroshare/rsversion.h +++ b/libretroshare/src/retroshare/rsversion.h @@ -47,7 +47,7 @@ * Customize it trough qmake command line @see retroshare.pri */ #ifndef RS_MINI_VERSION -# define RS_MINI_VERSION 5 +# define RS_MINI_VERSION 6 #endif /** @@ -56,7 +56,7 @@ * Customize it trough qmake command line @see retroshare.pri */ #ifndef RS_EXTRA_VERSION -# define RS_EXTRA_VERSION "-alpha" +# define RS_EXTRA_VERSION "-RC1" #endif