mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Remove some old versioning system cruft remnants
This commit is contained in:
parent
d19531cfcc
commit
e80abde78a
@ -1,12 +0,0 @@
|
|||||||
#define RS_MAJOR_VERSION 0
|
|
||||||
#define RS_MINOR_VERSION 6
|
|
||||||
#define RS_BUILD_NUMBER 4
|
|
||||||
#define RS_BUILD_NUMBER_ADD ""
|
|
||||||
|
|
||||||
// The revision number should be the 4 first bytes of the git revision hash, which is obtained using:
|
|
||||||
// git log --pretty="%H" | head -1 | cut -c1-8
|
|
||||||
//
|
|
||||||
// Do not forget the 0x, since the RS_REVISION_NUMBER should be an integer.
|
|
||||||
//
|
|
||||||
#define RS_REVISION_STRING "$REV$"
|
|
||||||
#define RS_REVISION_NUMBER 0x$REV$
|
|
@ -165,20 +165,20 @@ rs_deep_search:CONFIG -= no_rs_deep_search
|
|||||||
# cross-compiling
|
# cross-compiling
|
||||||
#JSONAPI_GENERATOR_EXE=/myBuildDir/jsonapi-generator
|
#JSONAPI_GENERATOR_EXE=/myBuildDir/jsonapi-generator
|
||||||
|
|
||||||
# Specify RetroShare major version appending the following assignation to qmake
|
# Specify RetroShare major version (must be a number) appending the following
|
||||||
# command line 'RS_MAJOR_VERSION=0'
|
# assignation to qmake command line 'RS_MAJOR_VERSION=0'
|
||||||
#RS_MAJOR_VERSION=0
|
#RS_MAJOR_VERSION=0
|
||||||
|
|
||||||
# Specify RetroShare major version appending the following assignation to qmake
|
# Specify RetroShare minor version (must be a number) appending the following
|
||||||
# command line 'RS_MINOR_VERSION=6'
|
# assignation to qmake command line 'RS_MINOR_VERSION=6'
|
||||||
#RS_MINOR_VERSION=6
|
#RS_MINOR_VERSION=6
|
||||||
|
|
||||||
# Specify RetroShare major version appending the following assignation to qmake
|
# Specify RetroShare mini version (must be a number) appending the following
|
||||||
# command line 'RS_MINI_VERSION=4'
|
# assignation to qmake command line 'RS_MINI_VERSION=4'
|
||||||
#RS_MINI_VERSION=4
|
#RS_MINI_VERSION=4
|
||||||
|
|
||||||
# Specify RetroShare major version appending the following assignation to qmake
|
# Specify RetroShare extra version (must be a string) appending the following
|
||||||
# command line 'RS_EXTRA_VERSION=""'
|
# assignation to qmake command line 'RS_EXTRA_VERSION=""'
|
||||||
#RS_EXTRA_VERSION=git
|
#RS_EXTRA_VERSION=git
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user