raised version number to 0.6.0

This commit is contained in:
badaix 2016-04-10 23:30:20 +02:00
parent 1210d506de
commit ff4dc98d32
8 changed files with 34 additions and 8 deletions

View file

@ -42,7 +42,7 @@ public:
msg["ClientName"] = "Snapclient";
msg["OS"] = ::getOS();
msg["Arch"] = ::getArch();
msg["SnapStreamProtocolVersion"] = 1;
msg["SnapStreamProtocolVersion"] = 2;
}
virtual ~Hello()