mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
Provide meaningful devault value in rsversion.h
This commit is contained in:
parent
b8dd03ad49
commit
89ae6870aa
@ -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