Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
[osemu] Bump version to r777
Browse files Browse the repository at this point in the history
  • Loading branch information
oscam-emu committed Nov 16, 2018
1 parent a869dfc commit 97b5a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-emulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pthread_mutex_t emu_key_data_mutex;

static inline uint32_t GetOSemuVersion(void)
{
return atoi("$Version: 776 $" + 10);
return atoi("$Version: 777 $" + 10);
}

static void set_hexserial_to_version(struct s_reader *rdr)
Expand Down

0 comments on commit 97b5a78

Please sign in to comment.