~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/util/definitions.cpp

  • Committer: Nathan Osman
  • Date: 2012-07-03 22:45:37 UTC
  • Revision ID: admin@quickmediasolutions.com-20120703224537-ymuk5duhpzg4b63p
Made some more minor tweaks to the code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include <util/definitions.h>
18
18
 
19
 
const QString Definitions::Version     = "0.1.5";
 
19
const QString Definitions::Version     = "0.2";
20
20
const int Definitions::ProtocolVersion = 1;