mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Provide meaningful devault value in rsversion.h
This commit is contained in:
parent
4f4e2d2bbb
commit
cd03953b1a
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user