Provide meaningful devault value in rsversion.h

This commit is contained in:
Gioacchino Mazzurco 2018-09-15 21:07:03 +02:00
parent 4f4e2d2bbb
commit cd03953b1a
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -37,7 +37,7 @@
* Customize it trough qmake command line @see retroshare.pri * Customize it trough qmake command line @see retroshare.pri
*/ */
#ifndef RS_MINOR_VERSION #ifndef RS_MINOR_VERSION
# define RS_MINOR_VERSION 0 # define RS_MINOR_VERSION 6
#endif #endif
/** /**
@ -46,7 +46,7 @@
* Customize it trough qmake command line @see retroshare.pri * Customize it trough qmake command line @see retroshare.pri
*/ */
#ifndef RS_MINI_VERSION #ifndef RS_MINI_VERSION
# define RS_MINI_VERSION 0 # define RS_MINI_VERSION 5
#endif #endif
/** /**
@ -55,7 +55,7 @@
* Customize it trough qmake command line @see retroshare.pri * Customize it trough qmake command line @see retroshare.pri
*/ */
#ifndef RS_EXTRA_VERSION #ifndef RS_EXTRA_VERSION
# define RS_EXTRA_VERSION "unknown" # define RS_EXTRA_VERSION "alpha"
#endif #endif