From cd03953b1ad3425400d6b159ba3d41e7d31fd4fb Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Sat, 15 Sep 2018 21:07:03 +0200 Subject: [PATCH] Provide meaningful devault value in rsversion.h --- libretroshare/src/retroshare/rsversion.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libretroshare/src/retroshare/rsversion.h b/libretroshare/src/retroshare/rsversion.h index 1e1356233..ca7b82c78 100644 --- a/libretroshare/src/retroshare/rsversion.h +++ b/libretroshare/src/retroshare/rsversion.h @@ -37,7 +37,7 @@ * Customize it trough qmake command line @see retroshare.pri */ #ifndef RS_MINOR_VERSION -# define RS_MINOR_VERSION 0 +# define RS_MINOR_VERSION 6 #endif /** @@ -46,7 +46,7 @@ * Customize it trough qmake command line @see retroshare.pri */ #ifndef RS_MINI_VERSION -# define RS_MINI_VERSION 0 +# define RS_MINI_VERSION 5 #endif /** @@ -55,7 +55,7 @@ * Customize it trough qmake command line @see retroshare.pri */ #ifndef RS_EXTRA_VERSION -# define RS_EXTRA_VERSION "unknown" +# define RS_EXTRA_VERSION "alpha" #endif