Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Update PMR reference implementation to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Aug 15, 2017
1 parent 7a75151 commit eb0b061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private PMR() {
/**
* The protocol version.
*/
public static final long VERSION = 1;
public static final long VERSION = 2;

static final byte MESSAGE_TYPE_VERSION = 'V';
static final byte MESSAGE_TYPE_ORDER_ENTERED = 'E';
Expand Down

0 comments on commit eb0b061

Please sign in to comment.