mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 17:28:41 -04:00
Provide meaningful devault value in rsversion.h
This commit is contained in:
parent
4f4e2d2bbb
commit
cd03953b1a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue