mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 00:29:35 +02:00
raised version number to 0.6.0
This commit is contained in:
parent
1210d506de
commit
ff4dc98d32
8 changed files with 34 additions and 8 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
msg["ClientName"] = "Snapclient";
|
||||
msg["OS"] = ::getOS();
|
||||
msg["Arch"] = ::getArch();
|
||||
msg["SnapStreamProtocolVersion"] = 1;
|
||||
msg["SnapStreamProtocolVersion"] = 2;
|
||||
}
|
||||
|
||||
virtual ~Hello()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue