mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
Add "(with Mobot extensions)" to reported version
This commit is contained in:
parent
6fd343d7f9
commit
5bda0527a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_version(void) {
|
print_version(void) {
|
||||||
fprintf(stderr, "scrcpy %s\n\n", SCRCPY_VERSION);
|
fprintf(stderr, "scrcpy %s (with Mobot extensions)\n\n", SCRCPY_VERSION);
|
||||||
|
|
||||||
fprintf(stderr, "dependencies:\n");
|
fprintf(stderr, "dependencies:\n");
|
||||||
fprintf(stderr, " - SDL %d.%d.%d\n", SDL_MAJOR_VERSION, SDL_MINOR_VERSION,
|
fprintf(stderr, " - SDL %d.%d.%d\n", SDL_MAJOR_VERSION, SDL_MINOR_VERSION,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue