mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
fix test.rc
This commit is contained in:
parent
e32470ae5a
commit
52b9158a5a
@ -80,7 +80,7 @@ BEGIN
|
||||
#ifdef LLARP_RELEASE_MOTTO
|
||||
VALUE "FileVersion", VERSION_STRING(0.4.0, RELEASE_MOTTO, GIT_REV)
|
||||
#else
|
||||
VALUE "FileVersion", "0.4.0-dev")
|
||||
VALUE "FileVersion", "0.4.0-dev"
|
||||
#endif
|
||||
VALUE "InternalName", "llarpd"
|
||||
VALUE "LegalCopyright", "Copyright <20>2018-2019 Jeff Becker, Rick V for the Loki Foundation. All rights reserved. This software is provided under the terms of the zlib-libpng licence; see the file LICENSE for details."
|
||||
@ -89,7 +89,7 @@ BEGIN
|
||||
#ifdef LLARP_RELEASE_MOTTO
|
||||
VALUE "ProductVersion", VERSION_STRING(0.4.0, RELEASE_MOTTO, GIT_REV)
|
||||
#else
|
||||
VALUE "ProductVersion", VERSION_STRING(0.4.0-dev-, GIT_REV)
|
||||
VALUE "ProductVersion", "0.4.0-dev"
|
||||
#endif
|
||||
END
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user