mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 10:56:25 +08:00
added command line parsing, restartability, and daemonizing to
client. broke win32 stuff though. also moved version and copyright constants into a new file and renamed protocol version constants.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include "BasicTypes.h"
|
||||
|
||||
// version number
|
||||
static const SInt32 kMajorVersion = 0;
|
||||
static const SInt32 kMinorVersion = 1;
|
||||
static const SInt16 kProtocolMajorVersion = 0;
|
||||
static const SInt16 kProtocolMinorVersion = 1;
|
||||
|
||||
//
|
||||
// message codes (trailing NUL is not part of code). in comments, $n
|
||||
|
||||
Reference in New Issue
Block a user