set RS_REVISION_NUMBER to 1 to avoid plugin loading failure if no version is set

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8369 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-06-04 13:51:55 +00:00
parent 9e1a368061
commit 87047ce1dc

View File

@ -2,4 +2,4 @@
#define RS_MINOR_VERSION 6
#define RS_BUILD_NUMBER 0
#define RS_BUILD_NUMBER_ADD "x" // <-- do we need this?
#define RS_REVISION_NUMBER 0000
#define RS_REVISION_NUMBER 0001